Cube 6.17.0 timer_if invalid external reference to RTC Handler
Generating code for the STM32WLE5CBU.
In timer_if.c:
extern RTC_HandleTypeDef h;but in rtc.c:
RTC_HandleTypeDef hrtc;
It happened in CubeMx 6.16.1 and STM32Cube_FW_WL_V1.4.0 and is still happening using CubeMX6.17.0 and STM32Cube_FW_WL_V1.5.0


