提交 b8b0f52f 编写于 作者: O openharmony_ci 提交者: Gitee

!79 【轻量级 PR】:解除对内核的依赖

Merge pull request !79 from zhouhouxin/N/A
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* Create : 2020/04/19 * Create : 2020/04/19
*/ */
#include <los_base.h> #include "cmsis_os.h"
#include "hctest.h" #include "hctest.h"
#include "samgr_lite.h" #include "samgr_lite.h"
#include "broadcast_interface.h" #include "broadcast_interface.h"
...@@ -112,7 +112,7 @@ LITE_TEST_SUIT(test, broadcast, Broadcast02TestSuite); ...@@ -112,7 +112,7 @@ LITE_TEST_SUIT(test, broadcast, Broadcast02TestSuite);
static BOOL Broadcast02TestSuiteSetUp(void) static BOOL Broadcast02TestSuiteSetUp(void)
{ {
LOS_Msleep(OPER_INTERVAL); osDelay(OPER_INTERVAL);
return TRUE; return TRUE;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册