]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/iris/ActiveMessageC.nc
moving files from rf230 to rf2xx, prepare the support of rf212
[tinyos-2.x.git] / tos / platforms / iris / ActiveMessageC.nc
index f16da57ae282233c2cdb7d36e844650be8ffa31b..649ae6f312eb5094007d9a120cabd8bbf655b7e1 100644 (file)
@@ -43,7 +43,7 @@ configuration ActiveMessageC
 
 implementation
 {
-       components RF2xxActiveMessageC as MAC;
+       components RF230ActiveMessageC as MAC;
 
        SplitControl = MAC;
        AMSend       = MAC;
@@ -53,7 +53,7 @@ implementation
        AMPacket     = MAC;
 
        PacketAcknowledgements  = MAC;
-       LowPowerListening               = MAC;
+       LowPowerListening       = MAC;
        PacketTimeStampMilli    = MAC;
        PacketTimeStampMicro    = MAC;
 }