Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
59:b42eae56b51b
Parent:
58:38a366236bda
Child:
76:fda2e34ff19d
diff -r 38a366236bda -r b42eae56b51b src/d7a_fs.cpp
--- a/src/d7a_fs.cpp	Mon Sep 12 16:36:09 2016 +0000
+++ b/src/d7a_fs.cpp	Fri Sep 23 15:00:41 2016 +0000
@@ -56,7 +56,7 @@
     
     g_fs_ctx.write_file = wf;
     g_fs_ctx.read_file = rf;
-    g_fs_ctx.thread = new Thread(d7a_fs_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE);
+    g_fs_ctx.thread = new Thread(d7a_fs_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE*2);
     
     return D7A_ERR_NONE;
 }