Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Revision:
53:71f59e195f06
Parent:
48:244d6d81bb52
diff -r 99915f5240b2 -r 71f59e195f06 THREADS.cpp
--- a/THREADS.cpp	Tue Jan 09 22:27:49 2018 +0000
+++ b/THREADS.cpp	Mon May 07 15:44:34 2018 +0000
@@ -1,7 +1,8 @@
 #include "THREADS.hpp"
 
 //Threads
-Thread t1(osPriorityRealtime); //Sampler Set to a highest priority
+//Thread t1(osPriorityRealtime); //Sampler Set to a highest priority
+Thread t1;
 Thread t2;
 Thread t3;
 Thread t4;