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 c93f1c5

Browse files
committedMar 4, 2025
core(H5): update wrapped files
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 1f77ad9 commit c93f1c5

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 STM32H7xx
5+
#ifdef STM32H5xx
6+
#include "stm32h5xx_hal_sdio.c"
7+
#elif STM32H7xx
68
#include "stm32h7xx_hal_sdio.c"
79
#elif STM32U5xx
810
#include "stm32u5xx_hal_sdio.c"

0 commit comments

Comments
 (0)
Please sign in to comment.