setted pin USBTX and USBRX

pull/5355/head
Roberto Spelta 2017-09-13 16:23:30 +02:00 committed by adbridge
parent 12a5a2f4fa
commit 4d4884d688
1 changed files with 2 additions and 2 deletions

View File

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