comparison Common/Inc/configuration.h @ 937:d461d9e89e3c Evo_2_23

Compile switch for RTE sleep debug: there was already a compiler switch for enabling debugging while RTE is in sleep but the switches were distributed across the code => to make selection easier they are now part of the configuration.h
author Ideenmodellierer
date Tue, 10 Dec 2024 20:59:37 +0100
parents 908d9a8e8c84
children
comparison
equal deleted inserted replaced
936:3029f0332f4f 937:d461d9e89e3c
91 #define ENABLE_FAST_COMM 91 #define ENABLE_FAST_COMM
92 92
93 /* Enable to have position sensor support active */ 93 /* Enable to have position sensor support active */
94 #define ENABLE_GPIO_V2 94 #define ENABLE_GPIO_V2
95 95
96 /* Enable RTE sleep mode debugging */
97 /* #define ENABLE_SLEEP_DEBUG */
98
99
96 #endif 100 #endif