We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f4d35 commit 53f50f2Copy full SHA for 53f50f2
libs/HALf4/include/HALf4/stm32f4xx_hal_sdram.h
@@ -212,7 +212,7 @@ uint32_t HAL_SDRAM_GetModeStatus(SDRAM_HandleTypeDef *hsdram);
212
* @{
213
*/
214
/* SDRAM State functions ********************************************************/
215
-HAL_SDRAM_StateTypeDef HAL_SDRAM_GetState(SDRAM_HandleTypeDef *hsdram);
+HAL_SDRAM_StateTypeDef HAL_SDRAM_GetState(const SDRAM_HandleTypeDef *hsdram);
216
/**
217
* @}
218
0 commit comments