...

Dependencies:   mbed-rtos mbed

Revision:
5:3b94e16f0675
Parent:
3:cd25d0efe0e1
--- a/main.cpp	Tue Jan 28 19:36:56 2014 +0000
+++ b/main.cpp	Tue Jan 28 20:29:36 2014 +0000
@@ -15,11 +15,11 @@
     Thread thread2(AnnEvent_thread);
     Thread thread3(Collector_thread);
     
-    /*
-    thread1.set_priority(osPriorityRealtime);
-    thread2.set_priority(osPriorityRealtime);
+    
+    thread1.set_priority(osPriorityHigh);
+    thread2.set_priority(osPriorityHigh);
     thread3.set_priority(osPriorityNormal);
-    */
+    
     
     while (true){} 
  }