We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4c6a0 commit 71a494cCopy full SHA for 71a494c
variants/THUNDER_PACK/PinNamesVar.h
@@ -1,9 +1,9 @@
1
/* SYS_WKUP */
2
#ifdef PWR_WAKEUP_PIN1
3
-SYS_WKUP1 = NC,
+SYS_WKUP1 = PA_0,
4
#endif
5
#ifdef PWR_WAKEUP_PIN2
6
-SYS_WKUP2 = NC,
+SYS_WKUP2 = PC_13,
7
8
#ifdef PWR_WAKEUP_PIN3
9
SYS_WKUP3 = NC,
0 commit comments