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.
Revision 3:accb9e3920f9, committed 2012-11-06
- Comitter:
- junTMUG
- Date:
- Tue Nov 06 13:44:19 2012 +0000
- Parent:
- 2:824d7df88ed9
- Commit message:
- 385???&???????
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 824d7df88ed9 -r accb9e3920f9 main.cpp
--- a/main.cpp Tue Nov 06 12:31:06 2012 +0000
+++ b/main.cpp Tue Nov 06 13:44:19 2012 +0000
@@ -382,7 +382,7 @@
bool speed_done = false;
bool tacho_done = false;
Thread speed_thread(&type1_speed, &speed_done);
- Thread tacho_thread(&type1_tacho, tacho_done);
+ Thread tacho_thread(&type1_tacho, &tacho_done);
while (!speed_done || !tacho_done)
wait_ms(10);
} else if (i == 6) {
