Predefined preprocessor macro __COUNTER__ used erroneously in stm32xx_hal_tim.h
I think that the macro's__HAL_TIM_GET_UIFCPYand__HAL_TIM_SET_COUNTERuse the predefined __COUNTER__ as an argument, while not meaning to do so. At least for the gcc compiler.now i can't use __COUNTER__ myself .... :)Am i correct?