Question
[Bug] Missing const in HAL_GPIO_Init
HAL_GPIO_Init should be
HAL_GPIO_Init(GPIO_TypeDef *GPIOx, const GPIO_InitTypeDef *GPIO_Init);This applies to all HAL-Versions I've seen - probably all.
HAL_GPIO_Init should be
HAL_GPIO_Init(GPIO_TypeDef *GPIOx, const GPIO_InitTypeDef *GPIO_Init);This applies to all HAL-Versions I've seen - probably all.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.