__HAL_TIM_GetCompare does not exist for STM32F1 HAL library
I am switching my project from an STM32F4 MCU to an STM32F1 MCU and am stuck on this one issue where a function I previously used to get the input capture period of a timer on the F4 series chip does not exist for the F1 series chip.Why might this be...