Skip to content

Commit 71a494c

Browse files
committed
Prevent "duplicate case value" error.
1 parent fb4c6a0 commit 71a494c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/THUNDER_PACK/PinNamesVar.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* SYS_WKUP */
22
#ifdef PWR_WAKEUP_PIN1
3-
SYS_WKUP1 = NC,
3+
SYS_WKUP1 = PA_0,
44
#endif
55
#ifdef PWR_WAKEUP_PIN2
6-
SYS_WKUP2 = NC,
6+
SYS_WKUP2 = PC_13,
77
#endif
88
#ifdef PWR_WAKEUP_PIN3
99
SYS_WKUP3 = NC,

0 commit comments

Comments
 (0)