Create macro for easy toggle

This commit is contained in:
2026-06-17 17:31:14 +02:00
parent b503ed793e
commit d911e4ed01
+6
View File
@@ -24,6 +24,12 @@
extern "C" {
#endif
#ifdef DEBUG
#define DEBUG_PRINT(x) ITM_Print(x)
#else
#define DEBUG_PRINT(x)
#endif
/* Includes ------------------------------------------------------------------*/
#include "stm32f4xx_hal.h"
#include "canlog.h"