Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
78:f1c0affd99e7
Parent:
77:8c792719a1fc
Child:
79:82b01c1a62f6
--- a/src/d7a_alp.cpp	Wed Dec 21 10:47:29 2016 +0000
+++ b/src/d7a_alp.cpp	Wed Dec 21 14:11:09 2016 +0000
@@ -17,7 +17,7 @@
 static Queue<d7a_com_rx_msg_t, 8>   g_alp_pkt_queue;
 static Queue<d7a_com_rx_msg_t, 8>   g_alp_pl_queue;
 static UnsolicitedMsgFunction       g_alp_uns_msg;
-static Thread                       g_alp_thread(osPriorityHigh, DEFAULT_STACK_SIZE, NULL);
+static Thread                       g_alp_thread(osPriorityHigh, 512, NULL);
 
 static const uint32_t g_alp_stack_size = 1 + ALP_CMD_MAX_LENGHT + sizeof(g_alp_pkt_queue) + sizeof(g_alp_pl_queue) + 4 + 256;