mirror of https://github.com/ARMmbed/mbed-os.git
M252: 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/13382/head
parent
2e1627d31e
commit
1f70a3caa2
|
@ -111,8 +111,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,
|
||||
|
||||
/* I2C naming */
|
||||
I2C_SCL = D15,
|
||||
|
|
Loading…
Reference in New Issue