Question
undefined reference to `TIM_ITConfig'
Hello,
i want to set a flag to a timer with:
TIM_ITConfig(TIM1, TIM_IT_UPDATE, ENABLE);
but get the error:
undefined reference to `TIM_ITConfig'
what i have to include?
Thanks
Hello,
i want to set a flag to a timer with:
TIM_ITConfig(TIM1, TIM_IT_UPDATE, ENABLE);
but get the error:
undefined reference to `TIM_ITConfig'
what i have to include?
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.