kubtss / Mbed 2 deprecated BIRD2017

Dependencies:   mbed-rtos mbed

Revision:
3:e3c41153e5fe
Parent:
2:e0f1e8662b8c
Child:
4:650af94bf062
--- a/Control/ControllerManager.cpp	Mon Sep 28 10:33:07 2015 +0000
+++ b/Control/ControllerManager.cpp	Tue Sep 29 16:03:01 2015 +0000
@@ -155,7 +155,7 @@
 void ControllerManager::update(){
     Global::setpitch(getpitch() + Global::gettrimpitch());
     Global::setyaw(getyaw() + Global::gettrimyaw());
-    printf("cont\n");
+//    printf("%f %f\n", getpitch(), getyaw());
     
 }