We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f77ad9 commit c93f1c5Copy full SHA for c93f1c5
libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sdio.c
@@ -2,7 +2,9 @@
2
#pragma GCC diagnostic push
3
#pragma GCC diagnostic ignored "-Wunused-parameter"
4
5
-#ifdef STM32H7xx
+#ifdef STM32H5xx
6
+ #include "stm32h5xx_hal_sdio.c"
7
+#elif STM32H7xx
8
#include "stm32h7xx_hal_sdio.c"
9
#elif STM32U5xx
10
#include "stm32u5xx_hal_sdio.c"
0 commit comments