]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc2420/CC2420ControlC.nc
Fix that addresses CC2420 Errata Note 003, rev. 0.3.
[tinyos-2.x.git] / tos / chips / cc2420 / CC2420ControlC.nc
index a453770e4fbf7d28a1f3c068cf914bc70cc3d74b..04de72efad0dd27e22321691291b1827e267d8e6 100644 (file)
@@ -81,6 +81,7 @@ implementation {
   CC2420ControlP.IOCFG1 -> Spi.IOCFG1;
   CC2420ControlP.MDMCTRL0 -> Spi.MDMCTRL0;
   CC2420ControlP.MDMCTRL1 -> Spi.MDMCTRL1;
+  CC2420ControlP.RXCTRL1 -> Spi.RXCTRL1;
   CC2420ControlP.PANID -> Spi.PANID;
 
   components new CC2420SpiC() as SyncSpiC;