]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/iris/chips/rf230/HplRF230P.nc
Prepare to support the RF212 chip (reorganization of timer and HPL constants)
[tinyos-2.x.git] / tos / platforms / iris / chips / rf230 / HplRF230P.nc
index 2b9bf4875d0f7dcfb2f87467346057742541c1cc..652c60a784521b2fb0b67679ac926a37abc74ed2 100644 (file)
@@ -32,7 +32,6 @@ module HplRF230P
                interface Init as PlatformInit;
 
                interface FastSpiByte;
-               interface HplRF230;
        }
 
        uses
@@ -86,12 +85,6 @@ implementation
                call Capture.stop();
        }
 
-       // TODO: Check why the default crcByte implementation is in a different endianness
-       inline async command uint16_t HplRF230.crcByte(uint16_t crc, uint8_t data)
-       {
-               return _crc_ccitt_update(crc, data);
-       }
-
        inline async command void FastSpiByte.splitWrite(uint8_t data)
        {
                // the SPI must have been started, so do not waste time here