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