Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 361fdba

Browse files
committedDec 17, 2024
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)
Please sign in to comment.