提交 f041c5cb 编写于 作者: Z zhouhouxin 提交者: Gitee

解除对内核的依赖

上级 c002a9af
...@@ -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"
...@@ -110,7 +110,7 @@ LITE_TEST_SUIT(test, broadcast, Broadcast01TestSuite); ...@@ -110,7 +110,7 @@ LITE_TEST_SUIT(test, broadcast, Broadcast01TestSuite);
static BOOL Broadcast01TestSuiteSetUp(void) static BOOL Broadcast01TestSuiteSetUp(void)
{ {
LOS_Msleep(OPER_INTERVAL); osDelay(OPER_INTERVAL);
return TRUE; return TRUE;
} }
......
...@@ -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 "common.h" #include "common.h"
...@@ -48,7 +48,7 @@ LITE_TEST_SUIT(test, samgr, CommonTestSuite); ...@@ -48,7 +48,7 @@ LITE_TEST_SUIT(test, samgr, CommonTestSuite);
static BOOL CommonTestSuiteSetUp(void) static BOOL CommonTestSuiteSetUp(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.
先完成此消息的编辑!
想要评论请 注册