From 1166f718834624a5a78d482486c83aa98edd8d1f Mon Sep 17 00:00:00 2001 From: Glz <354338225@qq.com> Date: Tue, 2 Jul 2024 17:18:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gl_barrier.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/gl_barrier.c b/app/gl_barrier.c index d2aada9..b787010 100644 --- a/app/gl_barrier.c +++ b/app/gl_barrier.c @@ -39,13 +39,14 @@ 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; timer_stop(TIM_3); timer_clear(TIM_3); } + }