Skip to content

Commit 5adc06e

Browse files
committed
core(U5): update wrapped files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 4441759 commit 5adc06e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sdio.c

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* HAL raised several warnings, ignore them */
2+
#pragma GCC diagnostic push
3+
#pragma GCC diagnostic ignored "-Wunused-parameter"
4+
5+
#ifdef STM32U5xx
6+
#include "stm32u5xx_hal_sdio.c"
7+
#endif
8+
#pragma GCC diagnostic pop

0 commit comments

Comments
 (0)