From 6be71e073369465dc037cefebfdbbab5515b735f Mon Sep 17 00:00:00 2001 From: stark1898y <1658608470@qq.com> Date: Thu, 23 Jan 2025 16:34:34 +0800 Subject: [PATCH] zancun --- rt-thread/rtconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rt-thread/rtconfig.h b/rt-thread/rtconfig.h index 9f07380..54fac1c 100644 --- a/rt-thread/rtconfig.h +++ b/rt-thread/rtconfig.h @@ -2,7 +2,7 @@ * @Author : stark1898y 1658608470@qq.com * @Date : 2024-07-19 13:49:43 * @LastEditors : stark1898y 1658608470@qq.com - * @LastEditTime : 2025-01-23 16:25:55 + * @LastEditTime : 2025-01-23 16:34:01 * @FilePath : \JT-DT-YD4N02A_4G_RTT_MRS\rt-thread\rtconfig.h * @Description : * @@ -105,7 +105,7 @@ #define FINSH_THREAD_NAME "tshell" #define FINSH_THREAD_PRIORITY 11 - #define FINSH_THREAD_STACK_SIZE 4096 + #define FINSH_THREAD_STACK_SIZE (4096) #define FINSH_USING_HISTORY #define FINSH_HISTORY_LINES 5 #define FINSH_USING_SYMTAB