We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c5718 commit 2b2e243Copy full SHA for 2b2e243
2 files changed
stm32cube/stm32h5xx/README
@@ -74,4 +74,10 @@ Patch List:
74
Impacted file:
75
stm32cube/stm32h5xx/drivers/src/stm32h5xx_hal_sdio.c
76
77
+ *Fix CPP compilation error
78
+ Moves the cpp guard outside MDF1.
79
+ Impacted file:
80
+ stm32cube/stm32h5xx/drivers/include/stm32h5xx_hal_mdf.h
81
+ ST internal bug : HAL1-27445
82
+
83
See release_note.html from STM32Cube
stm32cube/stm32h5xx/drivers/include/stm32h5xx_hal_mdf.h
@@ -1150,10 +1150,10 @@ uint32_t HAL_MDF_GetError(const MDF_HandleTypeDef *hmdf);
1150
* @}
1151
*/
1152
1153
+#endif /* MDF1 */
1154
1155
#ifdef __cplusplus
1156
}
1157
#endif
1158
-#endif /* MDF1 */
-
1159
#endif /* STM32H5xx_HAL_MDF_H */
0 commit comments