We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede83a5 commit 3afa8beCopy full SHA for 3afa8be
libraries/SrcWrapper/src/stm32/interrupt.cpp
@@ -69,7 +69,7 @@ static gpio_irq_conf_str gpio_irq_conf[NB_EXTI] = {
69
{.irqnb = EXTI4_15_IRQn, .callback = NULL}, //GPIO_PIN_13
70
{.irqnb = EXTI4_15_IRQn, .callback = NULL}, //GPIO_PIN_14
71
{.irqnb = EXTI4_15_IRQn, .callback = NULL} //GPIO_PIN_15
72
-#elif defined (STM32MP1xx) || defined (STM32L5xx)
+#elif defined (STM32MP1xx) || defined (STM32L5xx) || defined (STM32U5xx)
73
{.irqnb = EXTI0_IRQn, .callback = NULL}, //GPIO_PIN_0
74
{.irqnb = EXTI1_IRQn, .callback = NULL}, //GPIO_PIN_1
75
{.irqnb = EXTI2_IRQn, .callback = NULL}, //GPIO_PIN_2
0 commit comments