]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf230/RadioAlarmC.nc
rename the TRF230 timer to TRadio
[tinyos-2.x.git] / tos / chips / rf230 / RadioAlarmC.nc
index a1b811d69a927c950c92ed226b18098a63ca8a76..68f53d541a52ddee1dd614c0fd839fcb620c3c84 100644 (file)
@@ -30,7 +30,7 @@ configuration RadioAlarmC
 
        uses
        {
-               interface Alarm<TRF230, uint16_t> @exactlyonce();
+               interface Alarm<TRadio, uint16_t> @exactlyonce();
        }
 }