CubeMX 5.0.1 LL driver warning
This warning present since I started to using low layer driver, it was around 2 -3 months before.
In file included from ../Core/Inc/main.h:70:0,
from ../Core/Inc/gpio.h:58,
from ..\Core\Src\gpio.c:51:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_exti.h:127:0: warning: "LL_EXTI_LINE_18" redefined
#define LL_EXTI_LINE_18 EXTI_IMR1_IM18 /*!< Extended line 18 */
In file included from ../Core/Inc/stm32l4xx_hal_conf.h:400:0,
from ../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:46,
from ../Core/Inc/main.h:61,
from ../Core/Inc/gpio.h:58,
from ..\Core\Src\gpio.c:51:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h:459:0: note: this is the location of the previous definition
#define LL_EXTI_LINE_18 0x00040000U
