comparison Common/Inc/settings.h @ 711:34eb693720eb

Development bugfix number of spare bytes in setting structure
author Ideenmodellierer
date Tue, 08 Nov 2022 22:16:56 +0100
parents 8adf9b8fc7fa
children 5143e927219f
comparison
equal deleted inserted replaced
710:8adf9b8fc7fa 711:34eb693720eb
83 #define PSCR_MIN_LUNG_RATIO (5u) 83 #define PSCR_MIN_LUNG_RATIO (5u)
84 #define PSCR_MAX_LUNG_RATIO (20u) 84 #define PSCR_MAX_LUNG_RATIO (20u)
85 85
86 #define UART_MAX_PROTOCOL (2u) 86 #define UART_MAX_PROTOCOL (2u)
87 87
88 #define FUTURE_SPARE_SIZE (11u) /* Applied for reuse of old, not used, scooter block (was 32 bytes)*/ 88 #define FUTURE_SPARE_SIZE (10u) /* Applied for reuse of old, not used, scooter block (was 32 bytes)*/
89 89
90 typedef enum 90 typedef enum
91 { 91 {
92 O2_SENSOR_SOURCE_OPTIC = 0, 92 O2_SENSOR_SOURCE_OPTIC = 0,
93 O2_SENSOR_SOURCE_ANALOG, 93 O2_SENSOR_SOURCE_ANALOG,