Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
69:18852c154df9
Parent:
67:9ac9d109b80a
Child:
70:07b378285c95
--- a/src/d7a_alp.cpp	Wed Oct 26 15:06:05 2016 +0000
+++ b/src/d7a_alp.cpp	Thu Nov 03 09:45:18 2016 +0000
@@ -29,7 +29,7 @@
     FPRINT("\r\n");
 
     g_alp_ctx.uns_msg = uns_msg;
-    g_alp_ctx.thread = new Thread(d7a_alp_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE);
+    g_alp_ctx.thread = new Thread(d7a_alp_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE*4);
     
     return D7A_ERR_NONE;
 }