fix: 测试用例任务栈的宏定义重复定义,导致在osTest.h中修改不生效

Close #I4BA5F

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: I0960eb70664bf188b9f8b2a76689a85c3c2dd4ce
This commit is contained in:
zhushengle 2021-09-22 11:40:43 +08:00
parent 25441ec1b5
commit ce6cf6879f
1 changed files with 0 additions and 1 deletions

View File

@ -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