2019-01-28 01:57 AM
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.