Skip to content

Commit aa53790

Browse files
committed
[Nucleo L432KC] Fix wrong typo
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 82a6712 commit aa53790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/NUCLEO_L432KC/variant.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ const PinName digitalPin[] = {
3131
PB_7, //D4
3232
PB_6, //D5
3333
PB_1, //D6
34-
PC15, //D7 - By default, SB8 open PF1/PC15 not connected to D7
35-
PC14, //D8 - By default, SB6 open PF0/PC14 not connected to D8
34+
PC_15, //D7 - By default, SB8 open PF1/PC15 not connected to D7
35+
PC_14, //D8 - By default, SB6 open PF0/PC14 not connected to D8
3636
PA_8, //D9
3737
PA_11, //D10
3838
PB_5, //D11

0 commit comments

Comments
 (0)