consept_meter

Dependencies:   mbed mbed-rtos

Files at this revision

API Documentation at this revision

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
--- 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) {