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 de3e487 commit 5d2513fCopy full SHA for 5d2513f
libraries/SrcWrapper/src/stm32/interrupt.cpp
@@ -70,7 +70,7 @@ 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 (STM32MP1xx) || defined (STM32L5xx) || defined (STM32U5xx)
+#elif defined (STM32H5xx) || defined (STM32MP1xx) || defined (STM32L5xx) || defined (STM32U5xx)
74
{.irqnb = EXTI0_IRQn, .callback = NULL}, //GPIO_PIN_0
75
{.irqnb = EXTI1_IRQn, .callback = NULL}, //GPIO_PIN_1
76
{.irqnb = EXTI2_IRQn, .callback = NULL}, //GPIO_PIN_2
0 commit comments