Skip to content

Commit 4d4884d

Browse files
Roberto Speltaadbridge
authored andcommitted
setted pin USBTX and USBRX
1 parent 12a5a2f commit 4d4884d

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L476xG/TARGET_SILICA_SENSOR_NODE

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L476xG/TARGET_SILICA_SENSOR_NODE/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ typedef enum {
138138
BUTTON1 = USER_BUTTON,
139139
SERIAL_TX = PC_12,
140140
SERIAL_RX = PD_2,
141-
USBTX = PA_2,
142-
USBRX = PA_3,
141+
USBTX = PC_12,
142+
USBRX = PD_2,
143143
I2C_SCL = PC_0,
144144
I2C_SDA = PC_1,
145145
SPI_MOSI = PG_11,

0 commit comments

Comments
 (0)