Add debug dummy CAN frame sent regularly

- Activated by defining DEBUG_DUMMY_FRAME
This commit is contained in:
2026-06-18 13:30:50 +02:00
parent 825ddc6961
commit ef034f3195
2 changed files with 22 additions and 1 deletions
+2
View File
@@ -46,6 +46,8 @@ extern "C" {
/* Exported macro ------------------------------------------------------------*/
/* USER CODE BEGIN EM */
#define DEBUG
#define DEBUG_DUMMY_FRAME
#ifdef DEBUG
#include <stdio.h>
#define DEBUG_PRINT(...) printf(__VA_ARGS__)