Skip to content
Snippets Groups Projects
Commit b64dc395 authored by JimmusW's avatar JimmusW
Browse files

Added _ to FUNCONF_UART_PRINTF_BAUD

parent 92582cdb
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
#define FUNCONF_USE_UARTPRINTF 0
#define FUNCONF_SYSTICK_USE_HCLK 0 // Should systick be at 48 MHz or 6MHz?
#define FUNCONF_TINYVECTOR 0 // If enabled, Does not allow normal interrupts.
#define FUNCONF_UARTPRINTF_BAUD 115200 // Only used if FUNCONF_USE_UARTPRINTF is set.
#define FUNCONF_UART_PRINTF_BAUD 115200 // Only used if FUNCONF_USE_UARTPRINTF is set.
#define FUNCONF_DEBUGPRINTF_TIMEOUT 160000 // Arbitrary time units
*/
......
......@@ -4,7 +4,7 @@
#define CH32V003 1
#define FUNCONF_USE_DEBUGPRINTF 0
#define FUNCONF_USE_UARTPRINTF 1
#define FUNCONF_UARTPRINTF_BAUD 115200
#define FUNCONF_UART_PRINTF_BAUD 115200
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment