Skip to content

Commit dd07f51

Browse files
cedrickkukela-cdadbridge
authored andcommitted
Rev c pin name fix
1 parent 6e97d7e commit dd07f51

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_MTS_DRAGONFLY_L471QG

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_MTS_DRAGONFLY_L471QG/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ typedef enum {
168168

169169
// Arduino connector namings
170170
A0 = PC_2,
171-
A1 = PC_0, //rev b PC_0; rev c PC_13
171+
A1 = PC_13, //rev b PC_0; rev c PC_13
172172
A2 = PC_4,
173-
A3 = PB_1, //reb b PB_1; rev c PE_6
173+
A3 = PE_6, //reb b PB_1; rev c PE_6
174174
A4 = PA_6,
175175
A5 = PG_8,
176176
D0 = PA_3,

0 commit comments

Comments
 (0)