Skip to content

Commit 361fdba

Browse files
committed
core(H7): update wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent a3faf96 commit 361fdba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sdio.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
#pragma GCC diagnostic push
33
#pragma GCC diagnostic ignored "-Wunused-parameter"
44

5-
#ifdef STM32U5xx
5+
#ifdef STM32H7xx
6+
#include "stm32h7xx_hal_sdio.c"
7+
#elif STM32U5xx
68
#include "stm32u5xx_hal_sdio.c"
79
#endif
810
#pragma GCC diagnostic pop

0 commit comments

Comments
 (0)