diff 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
line wrap: on
line diff
--- a/Common/Inc/settings.h	Tue Feb 11 18:12:00 2025 +0100
+++ b/Common/Inc/settings.h	Sun Mar 02 21:42:45 2025 +0100
@@ -120,9 +120,6 @@
 uint8_t deco:1;
 uint8_t travel:1;
 uint8_t off:1;
-#ifdef ENABLE_DECOCALC_OPTION
-uint8_t decocalc:1;
-#endif
 uint8_t spare:2;
 } gasubit8_t;