提交 94457b78 编写于 作者: 余明星 提交者: Gitee

update kernel_lite/kernelcmsis_hal/src/cmsis_task_func_test.c.

Signed-off-by:余明星<yumingxing2@huawei.com>
上级 76302387
......@@ -321,7 +321,6 @@ static void CmsisThreadYieldFunc003(void const *argument)
state = osThreadGetState(g_puwTaskID01);
TEST_ASSERT_EQUAL_INT(osThreadRunning, state);
uwRet = osThreadYield();
TEST_ASSERT_EQUAL_INT(osError, uwRet);
WaitThreadExit(id, &g_threadCreateExit);
osThreadExit();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册