X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tos%2Fplatforms%2Fshimmer%2FActiveMessageC.nc;h=0d22877b7a32c7c0a1adc7ffa5d584a32ce80a0d;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=8c3031dd6133d1464799f9d946fff200018a41dd;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/tos/platforms/shimmer/ActiveMessageC.nc b/tos/platforms/shimmer/ActiveMessageC.nc index 8c3031dd..0d22877b 100644 --- a/tos/platforms/shimmer/ActiveMessageC.nc +++ b/tos/platforms/shimmer/ActiveMessageC.nc @@ -35,7 +35,7 @@ * */ /** - * The Active Message layer on the SHIMER platform. This is a naming wrapper + * The Active Message layer on the SHIMMER platform. This is a naming wrapper * around the CC2420 Active Message layer. * * @author Konrad Lorincz @@ -55,6 +55,7 @@ configuration ActiveMessageC { interface PacketAcknowledgements; interface PacketTimeStamp as PacketTimeStamp32khz; interface PacketTimeStamp as PacketTimeStampMilli; + interface LowPowerListening; } } implementation { @@ -68,6 +69,7 @@ implementation { Packet = AM; AMPacket = AM; PacketAcknowledgements = AM; + LowPowerListening = AM; components CC2420PacketC; PacketTimeStamp32khz = CC2420PacketC;