Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
59:b42eae56b51b
Parent:
58:38a366236bda
Child:
76:fda2e34ff19d
--- a/src/d7a_sys.cpp	Mon Sep 12 16:36:09 2016 +0000
+++ b/src/d7a_sys.cpp	Fri Sep 23 15:00:41 2016 +0000
@@ -22,7 +22,7 @@
 {
     FPRINT("\r\n");
 
-    g_sys_ctx.thread = new Thread(d7a_sys_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE);
+    g_sys_ctx.thread = new Thread(d7a_sys_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE*2);
     
     return D7A_ERR_NONE;
 }