]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/iris/chips/rf230/HplRF230C.nc
Prepare to support the RF212 chip (reorganization of timer and HPL constants)
[tinyos-2.x.git] / tos / platforms / iris / chips / rf230 / HplRF230C.nc
index 0394f93e31208dca324759b3127064a13cfd034f..5ef56e044006d161ca33b7fa5b5cb583fa14ff9e 100644 (file)
@@ -36,8 +36,6 @@ configuration HplRF230C
 
                interface GpioCapture as IRQ;
                interface Alarm<TRadio, uint16_t> as Alarm;
-
-               interface HplRF230;
        }
 }
 
@@ -52,7 +50,6 @@ implementation
        components Atm128SpiC as SpiC;
        SpiResource = SpiC.Resource[unique("Atm128SpiC.Resource")];
 
-       HplRF230 = HplRF230P;
        FastSpiByte = HplRF230P;
 
        components HplAtm128GeneralIOC as IO;