ESE350 project, Spring 2016, University of Pennsylvania

Dependencies:   Adafruit9-DOf Receiver mbed-rtos mbed

Revision:
24:e220fbb70ded
Parent:
23:04338a5ef404
Child:
25:d44610851105
--- a/main.cpp	Tue Apr 12 22:54:16 2016 +0000
+++ b/main.cpp	Wed Apr 13 00:57:15 2016 +0000
@@ -106,7 +106,7 @@
      */
 
     Thread thread(controller_thread);
-    //Thread threadR(rc_thread);
+    Thread threadR(rc_thread);
     //Thread battery(battery_thread);
 
     pc.printf("Entering control loop\n\r");