mirror of https://github.com/ARMmbed/mbed-os.git
setted pin USBTX and USBRX
parent
12a5a2f4fa
commit
4d4884d688
|
@ -138,8 +138,8 @@ typedef enum {
|
|||
BUTTON1 = USER_BUTTON,
|
||||
SERIAL_TX = PC_12,
|
||||
SERIAL_RX = PD_2,
|
||||
USBTX = PA_2,
|
||||
USBRX = PA_3,
|
||||
USBTX = PC_12,
|
||||
USBRX = PD_2,
|
||||
I2C_SCL = PC_0,
|
||||
I2C_SDA = PC_1,
|
||||
SPI_MOSI = PG_11,
|
||||
|
|
Loading…
Reference in New Issue