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: main.cpp
- Revision:
- 2:e0f1e8662b8c
- Parent:
- 0:2a15bd367891
- Child:
- 5:9a1ec02229dd
--- a/main.cpp Mon Sep 07 21:56:25 2015 +0000 +++ b/main.cpp Mon Sep 28 10:33:07 2015 +0000 @@ -28,9 +28,9 @@ void controlTask(void const *pvParameters){ while(1){ + trim.update(); controllerManager.update(); servoManager.update(); - trim.update(); Thread::wait(50); } }