Change define name

- "DEBUG" is also used by STM32 for... something...
This commit is contained in:
2026-06-18 13:37:57 +02:00
parent ef034f3195
commit 1ad8e5b04f
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -135,5 +135,6 @@ void vUARTLogger(void *argument)
DEBUG_PRINT("CAN frame sent via UART\r\n");
}
}
}
}
/* END vUARTLoggerListen */