Skip to content

Commit 79f575d

Browse files
committed
chore(u3): GPIO EXTI support
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 115566a commit 79f575d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SrcWrapper/src/stm32/interrupt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ static gpio_irq_conf_str gpio_irq_conf[NB_EXTI] = {
7272
{.irqnb = EXTI4_15_IRQn, .callback = NULL}, //GPIO_PIN_14
7373
{.irqnb = EXTI4_15_IRQn, .callback = NULL} //GPIO_PIN_15
7474
#elif defined (STM32H5xx) || defined (STM32MP1xx) || defined (STM32L5xx) ||\
75-
defined (STM32U5xx) || defined (STM32WBAxx)
75+
defined (STM32U3xx) || defined (STM32U5xx) || defined (STM32WBAxx)
7676
{.irqnb = EXTI0_IRQn, .callback = NULL}, //GPIO_PIN_0
7777
{.irqnb = EXTI1_IRQn, .callback = NULL}, //GPIO_PIN_1
7878
{.irqnb = EXTI2_IRQn, .callback = NULL}, //GPIO_PIN_2

0 commit comments

Comments
 (0)