Skip to content

Commit 43ad9c9

Browse files
committed
[NUCLEO-F767ZI]Fix PinNamesVar.h
1 parent c2e727c commit 43ad9c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/NUCLEO_F767ZI/PinNamesVar.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
SYS_WKUP4 = PC_13,
1313
#endif
1414
#ifdef PWR_WAKEUP_PIN5
15-
SYS_WKUP5 = PI_8,
15+
SYS_WKUP5 = NC,
1616
#endif
1717
#ifdef PWR_WAKEUP_PIN6
18-
SYS_WKUP6 = PI_11,
18+
SYS_WKUP6 = NC,
1919
#endif
2020
#ifdef PWR_WAKEUP_PIN7
2121
SYS_WKUP7 = NC,

0 commit comments

Comments
 (0)