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.
Fork of football_project by
Diff: Radio.cpp
- Revision:
- 73:ac3588017e32
- Parent:
- 70:bd4b1e19a0c6
- Child:
- 75:1b357bee1839
diff -r 9c7c5f352bf8 -r ac3588017e32 Radio.cpp
--- a/Radio.cpp Mon Feb 22 10:02:52 2016 +0000
+++ b/Radio.cpp Wed Mar 02 03:21:37 2016 +0000
@@ -203,7 +203,7 @@
}
}
-bool radio_receive_complete()
+bool radio_receive_complete() //// Currently not used.
{
return radio.receiveDone();
}
@@ -224,7 +224,7 @@
{
if( m == NULL ) break;
- if (radio.receiveDone())
+ if( radio.receiveDone() )
{
if( radio.TARGETID == datastore_node_id() ) //// Check for stompage...
{
