简单修改

This commit is contained in:
REASEARCHER\18383 2025-08-20 10:49:45 +08:00
parent 1430888d67
commit f38c744f13
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ void EXTI10_15_IRQHandler(void)
exti_init(EXTI_12, EXTI_INTERRUPT, EXTI_TRIG_FALLING);//下降沿中断 exti_init(EXTI_12, EXTI_INTERRUPT, EXTI_TRIG_FALLING);//下降沿中断
timer_disable(TIMER7);//失能定时器 timer_disable(TIMER7);//失能定时器
timer_counter_value_config(TIMER7, 0u); timer_counter_value_config(TIMER7, 0u);
ptz_vert_timer_start(20000); ptz_vert_timer_start(4000);
g_dcStepVert = 1; g_dcStepVert = 1;
} }
/*function end*/ /*function end*/