]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added ack, received packet strength, LPL (compile with PFLAGS +=-DLOW_POWER_LISTENING)
authormaxmul <maxmul>
Mon, 16 Jul 2007 07:24:21 +0000 (07:24 +0000)
committermaxmul <maxmul>
Mon, 16 Jul 2007 07:24:21 +0000 (07:24 +0000)
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;
+    
 }