简单修改
This commit is contained in:
parent
1430888d67
commit
f38c744f13
|
@ -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*/
|
||||||
|
|
Loading…
Reference in New Issue