Skip to content

Commit 6276a0f

Browse files
committed
[F1] Update HAL/LL wrapper files
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 198ae07 commit 6276a0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cores/arduino/stm32/HAL/stm32yyxx_hal_exti.c

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifdef STM32F1xx
2+
#include "stm32f1xx_hal_exti.c"
3+
#endif
14
#ifdef STM32F2xx
25
#include "stm32f2xx_hal_exti.c"
36
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_spi_ex.c

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#ifdef STM32F0xx
22
#include "stm32f0xx_hal_spi_ex.c"
33
#endif
4-
#ifdef STM32F1xx
5-
#include "stm32f1xx_hal_spi_ex.c"
6-
#endif
74
#ifdef STM32F3xx
85
#include "stm32f3xx_hal_spi_ex.c"
96
#endif

0 commit comments

Comments
 (0)