Colin Stearns / Mbed 2 deprecated qcControl

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
62:31ed14d02627
Parent:
51:d6b64ac3c30d
--- a/handle/handleCommand.cpp	Sun Apr 27 02:31:00 2014 +0000
+++ b/handle/handleCommand.cpp	Sun Apr 27 21:52:20 2014 +0000
@@ -60,13 +60,10 @@
     }
     USB::getSerial().printf("Done Getting Commands. Closing Connection.\r\n");
     getPS().closeConnection();
-    if(location_requested){
+    //if(location_requested){
         USB::getSerial().printf("sending location...\r\n");
         GPSHandle::getGPSHand().sendLoc();
-    }
-    if(waypoints_sent){
-        
-    }
+    //}
 }
 
 void CommandHandle::locationRequest(){