Skip to content

Commit 53f50f2

Browse files
committed
Fixed small error with sdram.h exported function (that should not be an issue but cmake)
1 parent d8f4d35 commit 53f50f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/HALf4/include/HALf4/stm32f4xx_hal_sdram.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ uint32_t HAL_SDRAM_GetModeStatus(SDRAM_HandleTypeDef *hsdram);
212212
* @{
213213
*/
214214
/* SDRAM State functions ********************************************************/
215-
HAL_SDRAM_StateTypeDef HAL_SDRAM_GetState(SDRAM_HandleTypeDef *hsdram);
215+
HAL_SDRAM_StateTypeDef HAL_SDRAM_GetState(const SDRAM_HandleTypeDef *hsdram);
216216
/**
217217
* @}
218218
*/

0 commit comments

Comments
 (0)