From: maxmul Date: Mon, 16 Jul 2007 07:24:21 +0000 (+0000) Subject: added ack, received packet strength, LPL (compile with PFLAGS +=-DLOW_POWER_LISTENING) X-Git-Tag: release_tools_1_2_4_1~30 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=690b2024d5e9a3fb199b69f4e0841fc579d7d3f1 added ack, received packet strength, LPL (compile with PFLAGS +=-DLOW_POWER_LISTENING) --- 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; + }