[HAL][GPIO] Replace GPIO_Pin_x with GPIO_PIN_x to be compliant with macros definition
diff --git a/Src/stm32l0xx_hal_gpio.c b/Src/stm32l0xx_hal_gpio.c index 1aeae74..0bba1c1 100644 --- a/Src/stm32l0xx_hal_gpio.c +++ b/Src/stm32l0xx_hal_gpio.c
@@ -447,7 +447,7 @@ * @param GPIOx where x can be (A..E and H) to select the GPIO peripheral for STM32L0xx family. * Note that GPIOE is not available on all devices. * @param GPIO_Pin specifies the port bit to be locked. -* This parameter can be any combination of GPIO_Pin_x where x can be (0..15). +* This parameter can be any combination of GPIO_PIN_x where x can be (0..15). * All port bits are not necessarily available on all GPIOs. * @retval None */