mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
d5f034b637
commit
c4ffd38a90
|
@ -118,8 +118,8 @@ typedef enum {
|
||||||
USBRX = PB_12,
|
USBRX = PB_12,
|
||||||
STDIO_UART_TX = USBTX,
|
STDIO_UART_TX = USBTX,
|
||||||
STDIO_UART_RX = USBRX,
|
STDIO_UART_RX = USBRX,
|
||||||
SERIAL_TX = USBTX,
|
SERIAL_TX = D10,
|
||||||
SERIAL_RX = USBRX,
|
SERIAL_RX = D13,
|
||||||
// LED naming
|
// LED naming
|
||||||
LED_RED = PH_0,
|
LED_RED = PH_0,
|
||||||
LED_YELLOW = PH_1,
|
LED_YELLOW = PH_1,
|
||||||
|
|
Loading…
Reference in New Issue