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.
Dependents: Measure_system Quadcopter_copy
Revision 9:cd34784da6da, committed 2011-03-11
- Comitter:
- harryeakins
- Date:
- Fri Mar 11 21:38:26 2011 +0000
- Parent:
- 8:6fc24b44e027
- Commit message:
- Fixed bug in initialization routine where the mode of the RF module was not set.
Changed in this revision
| RF12B.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/RF12B.cpp	Fri Mar 11 20:40:43 2011 +0000
+++ b/RF12B.cpp	Fri Mar 11 21:38:26 2011 +0000
@@ -236,6 +236,7 @@
         // I think this will slow down the pll's reaction time. Not sure, check with someone!
     );
 
+    changeMode(RX);
     resetRX();
     status();
 }