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 c20e411 commit 46f0557Copy full SHA for 46f0557
libraries/SrcWrapper/src/stm32/interrupt.cpp
@@ -70,7 +70,8 @@ static gpio_irq_conf_str gpio_irq_conf[NB_EXTI] = {
70
{.irqnb = EXTI4_15_IRQn, .callback = NULL}, //GPIO_PIN_13
71
{.irqnb = EXTI4_15_IRQn, .callback = NULL}, //GPIO_PIN_14
72
{.irqnb = EXTI4_15_IRQn, .callback = NULL} //GPIO_PIN_15
73
-#elif defined (STM32H5xx) || defined (STM32MP1xx) || defined (STM32L5xx) || defined (STM32U5xx)
+#elif defined (STM32H5xx) || defined (STM32MP1xx) || defined (STM32L5xx) ||\
74
+ defined (STM32U5xx) || defined (STM32WBAxx)
75
{.irqnb = EXTI0_IRQn, .callback = NULL}, //GPIO_PIN_0
76
{.irqnb = EXTI1_IRQn, .callback = NULL}, //GPIO_PIN_1
77
{.irqnb = EXTI2_IRQn, .callback = NULL}, //GPIO_PIN_2
0 commit comments