修改数据更新线程的stack大小

This commit is contained in:
95384 2024-12-12 10:32:32 +08:00
parent 5cf1dfbadb
commit f4c1863621
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -701,7 +701,7 @@
<data>
<extensions></extensions>
<cmdline></cmdline>
<hasPrio>1</hasPrio>
<hasPrio>88</hasPrio>
<buildSequence>inputOutputBased</buildSequence>
</data>
</settings>