RTOS homework 4

Dependencies:   C12832_lcd mbed

Revision:
23:99a13f79cdad
Parent:
22:5d9bcc7f4440
Child:
24:fe4e288bbca3
--- a/main.cpp	Fri Sep 13 04:02:55 2013 +0000
+++ b/main.cpp	Fri Sep 13 04:03:41 2013 +0000
@@ -127,7 +127,7 @@
       
       while(1)                                  // all timer/interrupt driven.
       {
-        wait(10.0);
+        Sleep();
       }
     }       
 /*----------------------------------------------//----------------------------*/