]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc1000/CC1000ControlP.nc
Make McuSleepC smarter about newer msp430 processors.
[tinyos-2.x.git] / tos / chips / cc1000 / CC1000ControlP.nc
index a56b904dd925b4201dba5a4bfd9efaf14ccda21d..682c7b1ed1c68e363f425e2c793a943a465083fb 100644 (file)
@@ -38,7 +38,7 @@
  * @author Jaein Jeong
  * @author David Gay
  */
-module CC1000ControlP {
+module CC1000ControlP @safe() {
   provides {
     interface CC1000Control;
   }
@@ -120,6 +120,8 @@ implementation
     call CC.write(CC1K_PA_POW, 0);
 
     calibrateNow();
+    
+    call CC1000Control.rxMode();
   }
 
   /*