Mercurial > public > ostc4
comparison Small_CPU/Inc/baseCPU2.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 | 5f11787b4f42 |
children |
comparison
equal
deleted
inserted
replaced
936:3029f0332f4f | 937:d461d9e89e3c |
---|---|
36 */ | 36 */ |
37 | 37 |
38 /* Define to prevent recursive inclusion -------------------------------------*/ | 38 /* Define to prevent recursive inclusion -------------------------------------*/ |
39 #ifndef BASE_CPU2_H | 39 #ifndef BASE_CPU2_H |
40 #define BASE_CPU2_H | 40 #define BASE_CPU2_H |
41 | |
42 //#define DEBUGMODE | |
43 | 41 |
44 /* Includes ------------------------------------------------------------------*/ | 42 /* Includes ------------------------------------------------------------------*/ |
45 #include "stm32f4xx_hal.h" | 43 #include "stm32f4xx_hal.h" |
46 #include "settings.h" | 44 #include "settings.h" |
47 | 45 |