diff 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
line wrap: on
line diff
--- a/Small_CPU/Inc/baseCPU2.h	Sun Dec 08 22:03:07 2024 +0100
+++ b/Small_CPU/Inc/baseCPU2.h	Tue Dec 10 20:59:37 2024 +0100
@@ -39,8 +39,6 @@
 #ifndef BASE_CPU2_H
 #define BASE_CPU2_H
 
-//#define DEBUGMODE
-
 /* Includes ------------------------------------------------------------------*/
 #include "stm32f4xx_hal.h"
 #include "settings.h"