Explorar el Código

update THREAD_STACK_SIZE for testcase

Z.Y.Ma hace 4 años
padre
commit
0ee081e391
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;