Eurobot2012_Primary

Dependencies:   mbed Eurobot_2012_Primary

Revision:
11:ea2112ae3c4a
Parent:
9:377560539b74
Child:
14:24f994dc2770
--- a/Eurobot_shared/ui/ui.cpp	Sat Apr 28 18:10:55 2012 +0000
+++ b/Eurobot_shared/ui/ui.cpp	Sat Apr 28 18:21:16 2012 +0000
@@ -61,7 +61,8 @@
 
 void UI::printloop() {
 
-    Thread::wait(1500);
+    //Thread::wait(1500);
+    Thread::wait(osWaitForever);
 
     char* sync = "ABCD";
     std::cout.write(sync, 4);