Semtech / mDot_test

Dependencies:   libmDot mbed-rtos mbed-src

Fork of mDot_test_rx by Joe Knapp

Revision:
5:25114cb5e9a7
Parent:
4:ee6bf074135c
Child:
6:b1afa2592e36
--- a/main.cpp	Sat Aug 01 01:08:16 2015 +0000
+++ b/main.cpp	Sat Aug 01 01:17:43 2015 +0000
@@ -115,6 +115,7 @@
             recv_data.clear();
         }
         msg_rdy = false; // Set to 'true' for free running.
+        wait(wait_time);
         while (!msg_rdy) wait(wait_time);
     }
 END: