Skip to content

Commit 182111a

Browse files
committed
[L4] Update HAL/LL wrapper files
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 41d8008 commit 182111a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

cores/arduino/stm32/HAL/stm32yyxx_hal_mmc.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
#ifdef STM32H7xx
1414
#include "stm32h7xx_hal_mmc.c"
1515
#endif
16+
#ifdef STM32L4xx
17+
#include "stm32l4xx_hal_mmc.c"
18+
#endif
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
#ifdef STM32H7xx
22
#include "stm32h7xx_hal_mmc_ex.c"
33
#endif
4+
#ifdef STM32L4xx
5+
#include "stm32l4xx_hal_mmc_ex.c"
6+
#endif

0 commit comments

Comments
 (0)