the shell task stack change 2048 to 4096
some shell cmd callback define char too big
This commit is contained in:
parent
0a4146be80
commit
f800892a62
@ -227,7 +227,7 @@ void osp_init()
|
||||
spu_shell_init();
|
||||
debug_write(OSP_DEBUG_POT(g_ape_id, 0), ++flag); //0x5
|
||||
|
||||
osp_task_info_ex ape_shell_recv = {56, (int8_t*)"ape_shell_task", 56, 2048, OSP_NORMAL_TYPE, 1, 0, 0, NULL, (OSP_TASKENTRY_FUNC)spu_shell_task};
|
||||
osp_task_info_ex ape_shell_recv = {56, (int8_t*)"ape_shell_task", 56, 4096, OSP_NORMAL_TYPE, 1, 0, 0, NULL, (OSP_TASKENTRY_FUNC)spu_shell_task};
|
||||
//printf("osp shell ok\r\n");
|
||||
|
||||
/* 平台任务注册 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user