From f4c1863621c6a82a4486b3d4a4b35c123371c9e7 Mon Sep 17 00:00:00 2001 From: 95384 <664090429@qq.com> Date: Thu, 12 Dec 2024 10:32:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=BA=BF=E7=A8=8B=E7=9A=84stack=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Core/Src/freertos.c | 2 +- EWARM/micro_climate.ewp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Src/freertos.c b/Core/Src/freertos.c index d415c51..81245f2 100644 --- a/Core/Src/freertos.c +++ b/Core/Src/freertos.c @@ -125,7 +125,7 @@ void MX_FREERTOS_Init(void) { osThreadDef(anemometer, wind_task, osPriorityHigh, 0, 2048);// 风速风向 anemometerHandle = osThreadCreate(osThread(anemometer), NULL); - osThreadDef(temhum_update_task, tem_hum_update_task, osPriorityAboveNormal, 0, 1024);//温湿度,大气压更新 + osThreadDef(temhum_update_task, tem_hum_update_task, osPriorityAboveNormal, 0, 512);//温湿度,大气压更新 temhum_update_taskHandle = osThreadCreate(osThread(temhum_update_task), NULL); // osThreadDef(sensorTask, SensorTask, osPriorityRealtime, 0, 128); diff --git a/EWARM/micro_climate.ewp b/EWARM/micro_climate.ewp index 64b1be5..f86853b 100644 --- a/EWARM/micro_climate.ewp +++ b/EWARM/micro_climate.ewp @@ -701,7 +701,7 @@ - 1 + 88 inputOutputBased