Skip to content

Commit 9b8492b

Browse files
committed
STM32G0: RTC IRQ name error
1 parent 66c05dd commit 9b8492b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/TARGET_STM/TARGET_STM32G0/objects.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
extern "C" {
2929
#endif
3030

31+
#define RTC_WKUP_IRQn RTC_TAMP_IRQn
32+
3133
struct gpio_irq_s {
3234
IRQn_Type irq_n;
3335
uint32_t irq_index;

0 commit comments

Comments
 (0)