Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libmDot mbed-rtos mbed-src
Fork of mDot_test_rx by
Diff: main.cpp
- 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:    
    