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 c57f0e5 commit b8bab06Copy full SHA for b8bab06
src/bsp_sd.c
@@ -156,7 +156,7 @@ uint8_t BSP_SD_Init(void)
156
uSdHandle.Instance = SD_INSTANCE;
157
158
uSdHandle.Init.ClockEdge = SD_CLK_EDGE;
159
-#ifndef STM32H7xx
+#if !defined(STM32L4xx) && !defined(STM32H7xx)
160
uSdHandle.Init.ClockBypass = SD_CLK_BYPASS;
161
#endif
162
uSdHandle.Init.ClockPowerSave = SD_CLK_PWR_SAVE;
0 commit comments