M487: Change SERIAL_TX/SERIAL_RX pin names to other than USBTX/USBRX

USBTX/USBRX should be dedicated for USB VCOM and not for other uses.
pull/12576/head
Chun-Chieh Li 2020-03-04 17:22:14 +08:00
parent d5f034b637
commit c4ffd38a90
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ typedef enum {
USBRX = PB_12,
STDIO_UART_TX = USBTX,
STDIO_UART_RX = USBRX,
SERIAL_TX = USBTX,
SERIAL_RX = USBRX,
SERIAL_TX = D10,
SERIAL_RX = D13,
// LED naming
LED_RED = PH_0,
LED_YELLOW = PH_1,