diff Common/Inc/settings.h @ 807:9e2ebfc72e8c

Zusammenf?hren
author heinrichsweikamp
date Sat, 26 Aug 2023 13:37:06 +0200
parents dd7ce655db26
children 24b39a432bc2
line wrap: on
line diff
--- a/Common/Inc/settings.h	Sat Aug 26 13:35:15 2023 +0200
+++ b/Common/Inc/settings.h	Sat Aug 26 13:37:06 2023 +0200
@@ -87,7 +87,7 @@
 
 #define UART_MAX_PROTOCOL		(2u)
 
-#define FUTURE_SPARE_SIZE		(2u)		/* Applied for reuse of old, not used, scooter block (was 32 bytes)*/
+#define FUTURE_SPARE_SIZE		(0u)		/* Applied for reuse of old, not used, scooter block (was 32 bytes)*/
 
 typedef enum
 {
@@ -246,7 +246,8 @@
 	uint8_t ext_sensor_map_Obsolete[5];
 	uint8_t buttonLockActive;									/* redefined in 0xFFFF0025 */
 	int8_t compassDeclinationDeg;
-    uint8_t delaySetpointLow;                                         /* redefined in 0xFFFF0026 */
+	uint8_t delaySetpointLow;
+	uint16_t timerDurationS;										/* redefined in 0xFFFF0026 */
 	uint8_t Future_SPARE[FUTURE_SPARE_SIZE];					/* redefined in 0xFFFF0020 (old scooter Block was 32 byte)*/
 	// new in 0xFFFF0006
 	uint8_t ppo2sensors_deactivated;