STM32G0: RTC IRQ name error

pull/13906/head
jeromecoutant 2020-11-13 12:03:26 +01:00
parent 66c05ddbf8
commit 9b8492bb13
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
extern "C" {
#endif
#define RTC_WKUP_IRQn RTC_TAMP_IRQn
struct gpio_irq_s {
IRQn_Type irq_n;
uint32_t irq_index;