Skip to main content
Morty Morty
Associate III
January 28, 2019
Question

[Bug] Missing const in HAL_GPIO_Init

  • January 28, 2019
  • 0 replies
  • 437 views

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.

This topic has been closed for replies.