]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tinynode/chips/xe1205/HplXE1205SpiC.nc
added ack, received packet strength, LPL (compile with PFLAGS +=-DLOW_POWER_LISTENING)
[tinyos-2.x.git] / tos / platforms / tinynode / chips / xe1205 / HplXE1205SpiC.nc
index 2b1d273872d2a7d1bb90329f0b9777959591f269..cc2248b2b7ce732b5d8a36b231b7668f4b8c07b3 100644 (file)
@@ -48,11 +48,11 @@ generic configuration HplXE1205SpiC() {
 
 implementation {
 
-  components new Msp430Spi0C() as SpiC;
-  
-  Resource = SpiC;
-  SpiByte = SpiC;
-  SpiPacket = SpiC;
-  
+    components new Xe1205Spi0C() as SpiC;
+    
+    Resource = SpiC;
+    SpiByte = SpiC;
+    SpiPacket = SpiC;
+    
 }