Skip to content

Commit afee23e

Browse files
committed
core(H7): update wrapped files
Signed-off-by: Alexandre Bourdiol <[email protected]>
1 parent d15bde4 commit afee23e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus_ex.c

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include "stm32g0xx_hal_smbus_ex.c"
77
#elif STM32G4xx
88
#include "stm32g4xx_hal_smbus_ex.c"
9+
#elif STM32H7xx
10+
#include "stm32h7xx_hal_smbus_ex.c"
911
#elif STM32L0xx
1012
#include "stm32l0xx_hal_smbus_ex.c"
1113
#elif STM32L4xx

0 commit comments

Comments
 (0)