Merge pull request #1540 from phryniszak/master

Define CFG_BOARD_UART_BAUDRATE in CMake
This commit is contained in:
Ha Thach 2022-07-01 01:07:31 +07:00 committed by GitHub
commit 68c2012ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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