comparison Common/Inc/settings.h @ 982:22d5b477c903 GasConsumption

Code cleanup: Remove disabled option to switch deco calc on/off
author Ideenmodellierer
date Sun, 02 Mar 2025 21:42:45 +0100
parents 79b522fbabe6
children df052f0347fb
comparison
equal deleted inserted replaced
981:c6c781a2e85b 982:22d5b477c903
118 uint8_t active:1; 118 uint8_t active:1;
119 uint8_t first:1; 119 uint8_t first:1;
120 uint8_t deco:1; 120 uint8_t deco:1;
121 uint8_t travel:1; 121 uint8_t travel:1;
122 uint8_t off:1; 122 uint8_t off:1;
123 #ifdef ENABLE_DECOCALC_OPTION
124 uint8_t decocalc:1;
125 #endif
126 uint8_t spare:2; 123 uint8_t spare:2;
127 } gasubit8_t; 124 } gasubit8_t;
128 125
129 typedef union{ 126 typedef union{
130 gasubit8_t ub; 127 gasubit8_t ub;