We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0201b6f commit 48d57d5Copy full SHA for 48d57d5
drivers/interrupt_controller/intc_exti_stm32.c
@@ -20,6 +20,7 @@
20
#include <stm32_ll_system.h>
21
#include <zephyr/sys/__assert.h>
22
#include <zephyr/sys/util.h>
23
+#include <zephyr/dt-bindings/pinctrl/stm32-pinctrl-common.h> /* needed for PORTx defines */
24
#include <zephyr/drivers/interrupt_controller/intc_exti_stm32.h>
25
#include <zephyr/irq.h>
26
0 commit comments