Example Project RTC_LSI GetLSIFrequency undefined value
Good morning,
I am trying to follow the RTC_LSI calibration example project for the P-NUCLEO-WB55.
The GetLSIFrequency function has a line
HAL_TIMEx_RemapConfig(&htim16, TIM_TIM16_TI1_LSI);
However, TIM_TIM16_TI1_LSI is not defined in any of the source header files therefore it does not compile
Any help much appreciated

