Просмотр исходного кода

update THREAD_STACK_SIZE for testcase

Z.Y.Ma 4 лет назад
Родитель
Сommit
0ee081e391
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      testcases/thread_tc.c

+ 1 - 1
testcases/thread_tc.c

@@ -1,7 +1,7 @@
 #include <cmsis_rtthread.h>
 #include "utest.h"
 
-#define THREAD_STACK_SIZE  512
+#define THREAD_STACK_SIZE  2048
 #define THREAD_TIMESLICE   10
 
 static osThreadId_t __current_thread;