From b021471f5ba62701306507d1350f1e31479a3b47 Mon Sep 17 00:00:00 2001 From: 95384 <664090429@qq.com> Date: Mon, 7 Apr 2025 10:22:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=80=9A=E8=AE=AF=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=BB=B6=E6=97=B6=E4=B8=BA5s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Core/Src/freertos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Src/freertos.c b/Core/Src/freertos.c index c4abf55..51af263 100644 --- a/Core/Src/freertos.c +++ b/Core/Src/freertos.c @@ -150,7 +150,7 @@ void MX_FREERTOS_Init(void) { void StartDefaultTask(void const * argument) { /* USER CODE BEGIN StartDefaultTask */ - osDelay(2000); + osDelay(5000); /* Infinite loop */ for(;;) {