Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
31:ab9bfdbc6b44
Parent:
30:d775c1409849
Child:
34:1311cc53201a
--- a/src/d7a_sys.cpp	Wed May 25 08:23:15 2016 +0000
+++ b/src/d7a_sys.cpp	Thu Jun 02 09:24:52 2016 +0000
@@ -20,7 +20,7 @@
 void d7a_sys_open( void )
 {
     FPRINT("\r\n");
-    g_sys_ctx.thread = new Thread(d7a_sys_thread, NULL, osPriorityBelowNormal, DEFAULT_STACK_SIZE);
+    g_sys_ctx.thread = new Thread(d7a_sys_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE);
 }
 
 void d7a_sys_new_pkt(d7a_com_rx_msg_t* pkt)