]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc2420/CC2420CsmaC.nc
Fixed SPI bus crashing issue by adding in a SplitControl interface to shut it down...
[tinyos-2.x.git] / tos / chips / cc2420 / CC2420CsmaC.nc
index 5f052a5c7fc7c270ba4e07891769cd884ab8aa63..d6d2e57ef686a73d5bf5d9489e3c05d1782ce466 100644 (file)
@@ -58,6 +58,9 @@ implementation {
   components MainC;
   MainC.SoftwareInit -> CsmaP;
   
+  components CC2420SpiP;
+  CsmaP.SpiSplitControl -> CC2420SpiP;
+  
   components CC2420ActiveMessageC;
   CsmaP.AMPacket -> CC2420ActiveMessageC;