We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5456524 commit 094df96Copy full SHA for 094df96
1 file changed
system/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h
@@ -133,7 +133,9 @@ typedef struct
133
#define PWR_WAKEUP_PIN1 PWR_CR3_EWUP1 /*!< Wakeup pin 1 (with high level detection) */
134
#define PWR_WAKEUP_PIN2 PWR_CR3_EWUP2 /*!< Wakeup pin 2 (with high level detection) */
135
#define PWR_WAKEUP_PIN4 PWR_CR3_EWUP4 /*!< Wakeup pin 4 (with high level detection) */
136
+#if defined(PWR_CR3_EWUP5)
137
#define PWR_WAKEUP_PIN5 PWR_CR3_EWUP5 /*!< Wakeup pin 5 (with high level detection) */
138
+#endif
139
#define PWR_WAKEUP_PIN6 PWR_CR3_EWUP6 /*!< Wakeup pin 6 (with high level detection) */
140
#define PWR_WAKEUP_PIN1_HIGH PWR_CR3_EWUP1 /*!< Wakeup pin 1 (with high level detection) */
141
#define PWR_WAKEUP_PIN2_HIGH PWR_CR3_EWUP2 /*!< Wakeup pin 2 (with high level detection) */
0 commit comments