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 a3faf96 commit 361fdbaCopy full SHA for 361fdba
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 STM32U5xx
+#ifdef STM32H7xx
6
+ #include "stm32h7xx_hal_sdio.c"
7
+#elif STM32U5xx
8
#include "stm32u5xx_hal_sdio.c"
9
#endif
10
#pragma GCC diagnostic pop
0 commit comments