M263: Add SERIAL_TX/SERIAL_RX pin names

Don't set SERIAL_TX/SERIAL_RX to USBTX/USBRX which should be dedicated for USB VCOM and not for other uses.
pull/12642/head
Chun-Chieh Li 2020-03-12 15:44:12 +08:00
parent 180528b5c9
commit 203a9fe0ec
1 changed files with 11 additions and 9 deletions

View File

@ -117,6 +117,8 @@ typedef enum {
USBRX = PB_12,
STDIO_UART_TX = USBTX,
STDIO_UART_RX = USBRX,
SERIAL_TX = D1,
SERIAL_RX = D0,
// I2C naming
I2C_SCL = D15,