Joe Knapp / mDot_test_rx

Dependencies:   libmDot mbed-rtos mbed-src

Fork of mDot_test_rx by Mike Fiore

Files at this revision

API Documentation at this revision

Comitter:
jknapp_smtc
Date:
Tue Nov 17 18:17:28 2015 +0000
Parent:
5:25114cb5e9a7
Commit message:
Default to free running

Changed in this revision

libmDot.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed-src.lib Show annotated file Show diff for this revision Revisions of this file
diff -r 25114cb5e9a7 -r b1afa2592e36 libmDot.lib
--- a/libmDot.lib	Sat Aug 01 01:17:43 2015 +0000
+++ b/libmDot.lib	Tue Nov 17 18:17:28 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/MultiTech/code/libmDot/#390fc83d588d
+http://developer.mbed.org/teams/MultiTech/code/libmDot/#0b4eb17d07ae
diff -r 25114cb5e9a7 -r b1afa2592e36 main.cpp
--- 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);
     }
diff -r 25114cb5e9a7 -r b1afa2592e36 mbed-rtos.lib
--- a/mbed-rtos.lib	Sat Aug 01 01:17:43 2015 +0000
+++ b/mbed-rtos.lib	Tue Nov 17 18:17:28 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#5aed8bae1001
+http://mbed.org/users/mbed_official/code/mbed-rtos/#d7bd06319118
diff -r 25114cb5e9a7 -r b1afa2592e36 mbed-src.lib
--- a/mbed-src.lib	Sat Aug 01 01:17:43 2015 +0000
+++ b/mbed-src.lib	Tue Nov 17 18:17:28 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-src/#6c996abb70b0
+http://mbed.org/users/mbed_official/code/mbed-src/#a11c0372f0ba