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:
- 40:fa6c39f853f1
- Parent:
- 36:ad6b2b81bb89
--- a/main.cpp Wed Mar 22 07:03:00 2017 +0000 +++ b/main.cpp Sat Mar 25 06:57:43 2017 +0000 @@ -96,7 +96,6 @@ pc.printf("start\n"); pc.attach(pc_rx,Serial::RxIrq); Global::initialize(); - //Global::filewrite(); Thread InitializeTask(initializeTask); Thread ControlTask(controlTask, NULL, osPriorityRealtime); Thread SensorTask500(sensorTask500);