mirror of https://github.com/ARMmbed/mbed-os.git
DISCO_L072CZ_LRWAN1: PinNames.h correction (USB TX and RX)
parent
bffe629563
commit
729ed8f493
|
@ -129,8 +129,8 @@ typedef enum {
|
|||
LED3 = PB_6, //Blue
|
||||
LED4 = PB_7, //Red
|
||||
USER_BUTTON = PB_2,
|
||||
SERIAL_TX = PA_3,
|
||||
SERIAL_RX = PA_2,
|
||||
SERIAL_TX = PA_2,
|
||||
SERIAL_RX = PA_3,
|
||||
USBTX = SERIAL_TX,
|
||||
USBRX = SERIAL_RX,
|
||||
I2C_SCL = D15,
|
||||
|
|
Loading…
Reference in New Issue