We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3748a commit 093bf3eCopy full SHA for 093bf3e
libraries/SrcWrapper/src/stm32/interrupt.cpp
@@ -53,7 +53,8 @@ typedef struct {
53
54
/* Private Variables */
55
static gpio_irq_conf_str gpio_irq_conf[NB_EXTI] = {
56
-#if defined (STM32C0xx) || defined (STM32F0xx) || defined (STM32G0xx) || defined (STM32L0xx)
+#if defined (STM32C0xx) || defined (STM32F0xx) || defined (STM32G0xx) ||\
57
+ defined (STM32L0xx) || defined (STM32U0xx)
58
{.irqnb = EXTI0_1_IRQn, .callback = NULL}, //GPIO_PIN_0
59
{.irqnb = EXTI0_1_IRQn, .callback = NULL}, //GPIO_PIN_1
60
{.irqnb = EXTI2_3_IRQn, .callback = NULL}, //GPIO_PIN_2
0 commit comments