Skip to content

Commit

Permalink
Added _ to FUNCONF_UART_PRINTF_BAUD
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmusW committed Jul 4, 2023
1 parent 92582cd commit b64dc39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ch32v003fun/ch32v003fun.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/uartdemo/funconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit b64dc39

Please sign in to comment.