]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/chips/rf230/RF230ActiveMessageC.nc
rename the TRF230 timer to TRadio
[tinyos-2.x.git] / tos / lib / tosthreads / chips / rf230 / RF230ActiveMessageC.nc
index e30af9ceb39a0bed24ac8da35c07c88cfb774299..bd8e9b7b0275fe691761815a6fe0cb295abc9de2 100644 (file)
@@ -44,7 +44,7 @@ configuration RF230ActiveMessageC
                interface PacketField<uint8_t> as PacketTransmitPower;
                interface PacketField<uint8_t> as PacketRSSI;
 
-               interface PacketTimeStamp<TRF230, uint32_t> as PacketTimeStampRadio;
+               interface PacketTimeStamp<TRadio, uint32_t> as PacketTimeStampRadio;
                interface PacketTimeStamp<TMilli, uint32_t> as PacketTimeStampMilli;
        }
 }