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:
- 6:b1afa2592e36
- Parent:
- 5:25114cb5e9a7
- Child:
- 7:4c9cead936d8
--- a/main.cpp Sat Aug 01 01:17:43 2015 +0000
+++ b/main.cpp Tue Nov 17 18:17:28 2015 +0000
@@ -114,7 +114,7 @@
}
recv_data.clear();
}
- msg_rdy = false; // Set to 'true' for free running.
+ msg_rdy = true; // Set to 'true' for free running.
wait(wait_time);
while (!msg_rdy) wait(wait_time);
}
