Skip to content

Commit 7ce7ab8

Browse files
ABOSTMfpistm
authored andcommitted
variant NUCLEO_H743ZI: fix digitalPin typo
Signed-off-by: Alexandre Bourdiol <[email protected]>
1 parent 66b01b0 commit 7ce7ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/STM32H7xx/H742Z(G-I)T_H743Z(G-I)T_H747A(G-I)I_H747I(G-I)T_H750ZBT_H753ZIT_H757AII_H757IIT/variant_NUCLEO_H743ZI.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const PinName digitalPin[] = {
208208
PF_1,
209209
PF_2,
210210
PA_7,
211-
NC_,
211+
NC,
212212
PA_3,
213213
PC_0,
214214
PC_3_C,

0 commit comments

Comments
 (0)