mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
180528b5c9
commit
203a9fe0ec
|
@ -117,6 +117,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 = D1,
|
||||||
|
SERIAL_RX = D0,
|
||||||
|
|
||||||
// I2C naming
|
// I2C naming
|
||||||
I2C_SCL = D15,
|
I2C_SCL = D15,
|
||||||
|
|
Loading…
Reference in New Issue