提交 08921dc7 编写于 作者: m0_37218149's avatar m0_37218149

修复esp32编译报错问题

Signed-off-by: m0_37218149's avatarou-yangkan <519689417@qq.com>
上级 1edfa86b
......@@ -110,6 +110,7 @@ LITE_OS_SEC_TEXT_MINOR VOID ArchSysExit(VOID)
LITE_OS_SEC_TEXT_INIT VOID *ArchTskStackInit(UINT32 taskID, UINT32 stackSize, VOID *topStack)
{
errno_t result;
TaskContext *context = (TaskContext *)((UINTPTR)topStack + stackSize - sizeof(TaskContext));
/* initialize the task context */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册