mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
Let to define CFG_BOARD_UART_BAUDRATE in CMake
This commit is contained in:
parent
19956f070d
commit
023191be23
@ -41,7 +41,10 @@
|
||||
#include "ansi_escape.h"
|
||||
#include "tusb.h"
|
||||
|
||||
#define CFG_BOARD_UART_BAUDRATE 115200
|
||||
// Define the default baudrate
|
||||
#ifndef CFG_BOARD_UART_BAUDRATE
|
||||
#define CFG_BOARD_UART_BAUDRATE 115200 ///< Default baud rate
|
||||
#endif
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// Board Porting API
|
||||
|
Loading…
x
Reference in New Issue
Block a user