Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Control/ControllerManager.cpp
- 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()); }