Eurobot2012_Primary

Dependencies:   mbed Eurobot_2012_Primary

Revision:
14:24f994dc2770
Parent:
11:ea2112ae3c4a
--- a/Eurobot_shared/ui/ui.cpp	Sat Apr 28 19:39:08 2012 +0000
+++ b/Eurobot_shared/ui/ui.cpp	Sat Apr 28 20:44:09 2012 +0000
@@ -61,8 +61,11 @@
 
 void UI::printloop() {
 
-    //Thread::wait(1500);
+#ifdef UION
+    Thread::wait(1500);
+#else
     Thread::wait(osWaitForever);
+#endif
 
     char* sync = "ABCD";
     std::cout.write(sync, 4);