File tree 1 file changed +2
-0
lines changed
system/Drivers/STM32G0xx_HAL_Driver/Inc
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,9 @@ typedef struct
133
133
#define PWR_WAKEUP_PIN1 PWR_CR3_EWUP1 /*!< Wakeup pin 1 (with high level detection) */
134
134
#define PWR_WAKEUP_PIN2 PWR_CR3_EWUP2 /*!< Wakeup pin 2 (with high level detection) */
135
135
#define PWR_WAKEUP_PIN4 PWR_CR3_EWUP4 /*!< Wakeup pin 4 (with high level detection) */
136
+ #if defined(PWR_CR3_EWUP5 )
136
137
#define PWR_WAKEUP_PIN5 PWR_CR3_EWUP5 /*!< Wakeup pin 5 (with high level detection) */
138
+ #endif
137
139
#define PWR_WAKEUP_PIN6 PWR_CR3_EWUP6 /*!< Wakeup pin 6 (with high level detection) */
138
140
#define PWR_WAKEUP_PIN1_HIGH PWR_CR3_EWUP1 /*!< Wakeup pin 1 (with high level detection) */
139
141
#define PWR_WAKEUP_PIN2_HIGH PWR_CR3_EWUP2 /*!< Wakeup pin 2 (with high level detection) */
You can’t perform that action at this time.
0 commit comments