DISCO_L072CZ_LRWAN1: PinNames.h correction (USB TX and RX)

pull/4256/head
arostm 2017-04-25 10:29:09 +02:00
parent bffe629563
commit 729ed8f493
1 changed files with 2 additions and 2 deletions

View File

@ -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,