]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/iris/chips/rf230/HplRF2xx.h
rename RF230 to RF2xx to support the RF212 chip
[tinyos-2.x.git] / tos / platforms / iris / chips / rf230 / HplRF2xx.h
index 6f9e21c8590b9952bb83d196a25120bf90ddcf8e..e312080f2b291f62cd5b9bfa0243cd8958d54238 100644 (file)
 
 enum
 {
-       /**
-        * This is an RF230 chip
-        */
-       RF2XX_CHIPSET = RF230_CHIPSET,
-
        /**
         * This is the value of the TRX_CTRL_0 register
         * which configures the output pin currents and the CLKM clock
@@ -67,6 +62,8 @@ enum
 
 #define RF2XX_DEF_CHANNEL      RF230_DEF_CHANNEL
 
+#define RF2XX_CHIPSET          RF230_CHIPSET
+
 /*
  * This is the command used to calculate the CRC for the RF230 chip. 
  * TODO: Check why the default crcByte implementation is in a different endianness