Skip to content

Commit badd634

Browse files
committed
core(L1): update wrapped files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 80aa3ba commit badd634

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#include "stm32h7xx_hal_smbus.c"
2121
#elif STM32L0xx
2222
#include "stm32l0xx_hal_smbus.c"
23+
#elif STM32L1xx
24+
#include "stm32l1xx_hal_smbus.c"
2325
#elif STM32L4xx
2426
#include "stm32l4xx_hal_smbus.c"
2527
#elif STM32L5xx

0 commit comments

Comments
 (0)