Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Common/Inc/configuration.h Sun Dec 08 22:03:07 2024 +0100 +++ b/Common/Inc/configuration.h Tue Dec 10 20:59:37 2024 +0100 @@ -93,4 +93,8 @@ /* Enable to have position sensor support active */ #define ENABLE_GPIO_V2 +/* Enable RTE sleep mode debugging */ +/* #define ENABLE_SLEEP_DEBUG */ + + #endif