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 c7526bd commit 7b540baCopy full SHA for 7b540ba
cores/arduino/stm32/HAL/stm32yyxx_hal_exti.c
@@ -1,3 +1,6 @@
1
+#ifdef STM32F1xx
2
+#include "stm32f1xx_hal_exti.c"
3
+#endif
4
#ifdef STM32F2xx
5
#include "stm32f2xx_hal_exti.c"
6
#endif
cores/arduino/stm32/HAL/stm32yyxx_hal_spi_ex.c
@@ -1,9 +1,6 @@
#ifdef STM32F0xx
#include "stm32f0xx_hal_spi_ex.c"
-#ifdef STM32F1xx
-#include "stm32f1xx_hal_spi_ex.c"
-#endif
7
#ifdef STM32F3xx
8
#include "stm32f3xx_hal_spi_ex.c"
9
0 commit comments