mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-09-25 08:59:36 +08:00
update Demo-Build/Cortex-M/demo_main.c.
Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
@@ -16,7 +16,7 @@ int main(void)
|
||||
{
|
||||
/* 主栈检查初始化 */// 在main函数的入口处
|
||||
#if (SYSCFG_DEBUGGING == 1)
|
||||
uMainStack_CheckInit(0x1000);
|
||||
uMainStack_CheckInit(0x1000); // 传参主栈大小,务必与启动文件中定义值相同。
|
||||
#endif
|
||||
|
||||
/* USER INIT CODE BEGIN */
|
||||
|
||||
Reference in New Issue
Block a user