We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf88ac commit df5e421Copy full SHA for df5e421
1 file changed
libraries/SrcWrapper/src/HAL/stm32yyxx_hal_exti.c
@@ -25,6 +25,9 @@
25
#ifdef STM32H7xx
26
#include "stm32h7xx_hal_exti.c"
27
#endif
28
+#ifdef STM32L1xx
29
+ #include "stm32l1xx_hal_exti.c"
30
+#endif
31
#ifdef STM32L4xx
32
#include "stm32l4xx_hal_exti.c"
33
0 commit comments