This commit is contained in:
bmy
2024-03-02 16:17:34 +08:00
parent ee1ef42676
commit 00be00f85f
17 changed files with 646 additions and 313 deletions

View File

@@ -284,6 +284,7 @@ void TIM1_UP_IRQHandler(void)
{
if (TIM_GetITStatus(TIM1, TIM_IT_Update) != RESET) {
TIM_ClearITPendingBit(TIM1, TIM_IT_Update);
by_tiny_frame_parse_timer_handle();
}
}