Procházet zdrojové kódy

update THREAD_STACK_SIZE for testcase

Z.Y.Ma před 4 roky
rodič
revize
0ee081e391
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;