Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
78:f1c0affd99e7
Parent:
77:8c792719a1fc
Child:
79:82b01c1a62f6
--- a/src/d7a_modem.cpp	Wed Dec 21 10:47:29 2016 +0000
+++ b/src/d7a_modem.cpp	Wed Dec 21 14:11:09 2016 +0000
@@ -11,7 +11,7 @@
 
 #define MODEM_TO    (20000)
 
-static Thread                       g_modem_thread(osPriorityHigh, DEFAULT_STACK_SIZE, NULL);
+static Thread                       g_modem_thread(osPriorityHigh, 512, NULL);
 static Queue<void, 8>               g_modem_ready;
 static Queue<void, 2>               g_modem_boot;
 static Queue<d7a_com_rx_msg_t, 8>   g_modem_pkt_queue;