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