From 690b2024d5e9a3fb199b69f4e0841fc579d7d3f1 Mon Sep 17 00:00:00 2001 From: maxmul Date: Mon, 16 Jul 2007 07:24:21 +0000 Subject: [PATCH] added ack, received packet strength, LPL (compile with PFLAGS +=-DLOW_POWER_LISTENING) --- tos/platforms/tinynode/chips/xe1205/HplXE1205SpiC.nc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tos/platforms/tinynode/chips/xe1205/HplXE1205SpiC.nc b/tos/platforms/tinynode/chips/xe1205/HplXE1205SpiC.nc index 2b1d2738..cc2248b2 100644 --- a/tos/platforms/tinynode/chips/xe1205/HplXE1205SpiC.nc +++ b/tos/platforms/tinynode/chips/xe1205/HplXE1205SpiC.nc @@ -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; + } -- 2.39.2