Skip to content

Commit df49661

Browse files
committed
[F4] Update HAL/LL wrapper files
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 503a866 commit df49661

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
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 STM32F4xx
2+
#include "stm32f4xx_hal_exti.c"
3+
#endif
14
#ifdef STM32H7xx
25
#include "stm32h7xx_hal_exti.c"
36
#endif

cores/arduino/stm32/HAL/stm32yyxx_hal_smbus.c

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
#ifdef STM32F3xx
55
#include "stm32f3xx_hal_smbus.c"
66
#endif
7+
#ifdef STM32F4xx
8+
#include "stm32f4xx_hal_smbus.c"
9+
#endif
710
#ifdef STM32F7xx
811
#include "stm32f7xx_hal_smbus.c"
912
#endif

0 commit comments

Comments
 (0)