Skip to content

Commit 4da1a5f

Browse files
committed
[L4] Update wrapped files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 6a9567f commit 4da1a5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus_ex.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
#ifdef STM32L0xx
55
#include "stm32l0xx_hal_smbus_ex.c"
66
#endif
7+
#ifdef STM32L4xx
8+
#include "stm32l4xx_hal_smbus_ex.c"
9+
#endif
710
#ifdef STM32L5xx
811
#include "stm32l5xx_hal_smbus_ex.c"
912
#endif

0 commit comments

Comments
 (0)