提交 29d8a8c4 编写于 作者: O openharmony_ci 提交者: Gitee

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

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