Question
How to detect the selected timer for "Timebase Source" during compile time ?
Hi !
I need to overwrite the "normally" weak defined generated function HAL_TIM_PeriodElapsedCallback().
But if a timer other than SysTick is used as Timebase Source (which is recommended when FreeRTOS is used) than STM32CubeMx is generating this function directly in main.c without the weak property.
Therefore I'm looking for a macro or definition which can be used at compile time to know which timer is used ...

Thanks !
Michael.
