Disable debug flag by default

This commit is contained in:
2026-06-18 16:09:18 +02:00
parent 5b5edc2ead
commit 61374d00f1
+2 -2
View File
@@ -45,8 +45,8 @@ extern "C" {
/* Exported macro ------------------------------------------------------------*/ /* Exported macro ------------------------------------------------------------*/
/* USER CODE BEGIN EM */ /* USER CODE BEGIN EM */
#define DEBUG_ITM //#define DEBUG_ITM
#define DEBUG_DUMMY_FRAME //#define DEBUG_DUMMY_FRAME
#ifdef DEBUG_ITM #ifdef DEBUG_ITM
#include <stdio.h> #include <stdio.h>