Skip to content

Commit 48d57d5

Browse files
drivers
1 parent 0201b6f commit 48d57d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/interrupt_controller/intc_exti_stm32.c

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <stm32_ll_system.h>
2121
#include <zephyr/sys/__assert.h>
2222
#include <zephyr/sys/util.h>
23+
#include <zephyr/dt-bindings/pinctrl/stm32-pinctrl-common.h> /* needed for PORTx defines */
2324
#include <zephyr/drivers/interrupt_controller/intc_exti_stm32.h>
2425
#include <zephyr/irq.h>
2526

0 commit comments

Comments
 (0)