We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2754c64 + 023191b commit 68c2012Copy full SHA for 68c2012
hw/bsp/board.h
@@ -41,7 +41,10 @@
41
#include "ansi_escape.h"
42
#include "tusb.h"
43
44
-#define CFG_BOARD_UART_BAUDRATE 115200
+// Define the default baudrate
45
+#ifndef CFG_BOARD_UART_BAUDRATE
46
+#define CFG_BOARD_UART_BAUDRATE 115200 ///< Default baud rate
47
+#endif
48
49
//--------------------------------------------------------------------+
50
// Board Porting API
0 commit comments