再次提交

This commit is contained in:
Glz
2024-07-02 17:18:19 +08:00
parent 047a907eac
commit 1166f71883

View File

@@ -39,7 +39,7 @@ void RunBarrier()
{
barrier_type = BARRIER_LEFT_RUNNING;
}
else if (time_barrier >= 2000)
else if (time_barrier >= 1500)
{
barrier_type = BARRIER_NONE;
barrier_begin_flag = 0;
@@ -47,6 +47,7 @@ void RunBarrier()
timer_clear(TIM_3);
}
}