!316 fix: 测试用例任务栈的宏定义重复定义,导致在osTest.h中修改不生效
Merge pull request !316 from zhushengle/test
This commit is contained in:
commit
565649c1c1
|
@ -41,7 +41,6 @@ extern "C" {
|
||||||
#define SYS_EXIST_SWTMR 1
|
#define SYS_EXIST_SWTMR 1
|
||||||
#define TEST_HWI_RUNTIME 0x100000
|
#define TEST_HWI_RUNTIME 0x100000
|
||||||
#define TASK_LOOP_NUM 0x100000
|
#define TASK_LOOP_NUM 0x100000
|
||||||
#define TASK_STACK_SIZE_TEST 0x400
|
|
||||||
#if (LOSCFG_BASE_CORE_SWTMR == 1)
|
#if (LOSCFG_BASE_CORE_SWTMR == 1)
|
||||||
#define TASK_EXISTED_NUM 3
|
#define TASK_EXISTED_NUM 3
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue