From 4d633454e9aa2e625a39ebc3a17f4771cbad0789 Mon Sep 17 00:00:00 2001 From: OPTOC <9159397+optoc@user.noreply.gitee.com> Date: Mon, 27 Oct 2025 18:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=88=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=EF=BC=8C=E9=98=B2=E6=AD=A2=E7=BA=BF=E7=A8=8B=E6=BA=A2=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/drivers/sertrf/sertrf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/drivers/sertrf/sertrf.c b/app/drivers/sertrf/sertrf.c index df03f5f..ba230d2 100644 --- a/app/drivers/sertrf/sertrf.c +++ b/app/drivers/sertrf/sertrf.c @@ -53,13 +53,13 @@ void sertrf_start(void) "embedded_thread", embedded_thread, NULL, - 2048, + 4096, 20); os_thread_create(&sertrf.pc_thread, "pc_thread", pc_thread, NULL, - 2048, + 4096, 20); os_thread_create(&sertrf.app_thread, "app_thread",