Ian Hua / Quadcopter-mbedRTOS
Revision:
50:8a0accb23007
Parent:
48:9dbdc4144f00
Child:
51:04c6af4319e1
diff -r c882f9135033 -r 8a0accb23007 RTOS-Threads/src/Task3.cpp
--- a/RTOS-Threads/src/Task3.cpp	Mon May 19 13:33:34 2014 +0000
+++ b/RTOS-Threads/src/Task3.cpp	Mon May 19 14:16:47 2014 +0000
@@ -24,10 +24,8 @@
 // ======================================
 // === BT & RC COMMAND, AND TELEMETRY ===
 // ======================================
-//Timer
 void Task3(void const *argument)
 {
-//Timer
     if (BT.readable()) {
         char data = BT.getc();
         uartDecoder(data);
@@ -89,7 +87,6 @@
 
     for (int i = 1; i < 3; i++)
         inputYPR[i] = constrainInputPR(inputYPR[i]);
-//Timer
 }