All tasks complete

Dependencies:   mbed MCP23017 mbed-rtos WattBob_TextLCD

Revision:
15:2a0cadb9b9dc
Parent:
14:25241ed5b056
Child:
16:b66cb760fb3b
diff -r 25241ed5b056 -r 2a0cadb9b9dc assignment3tasks.cpp
--- a/assignment3tasks.cpp	Wed Apr 03 02:49:34 2019 +0000
+++ b/assignment3tasks.cpp	Wed Apr 03 12:02:46 2019 +0000
@@ -392,8 +392,8 @@
         
         mail_box.put(mail);
         
-        //float delay = 1000/ MailQueue;
-        Thread::wait(1000);
+        float delay = 1000/ MailQueuet;
+        Thread::wait((int)delay);
     }
 }