Implement print for UART logging
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ extern "C" {
|
||||
#include <stdio.h>
|
||||
#define DEBUG_PRINT(...) printf(__VA_ARGS__)
|
||||
#else
|
||||
#define DEBUG_PRINT(...)
|
||||
#define DEBUG_PRINT(...) uart_printf(__VA_ARGS__)
|
||||
#endif
|
||||
/* USER CODE END EM */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user