]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf230/RF2xx.h
rename RF230 to RF2xx to support the RF212 chip
[tinyos-2.x.git] / tos / chips / rf230 / RF2xx.h
index 8e152ae260aaf0dae95e98b6de9f2220cf5193c2..a694df88625c628e66ccfdefb2ef3ea6bad08675 100644 (file)
 #ifndef __RF2XX_H__
 #define __RF2XX_H__
 
-enum rf2xx_chipsets_enum
-{
-       RF230_CHIPSET = 0,
-       RF212_CHIPSET = 1,
-};
+/* Set RF2XX_CHIPSET to one of these to enable specific features */
+#define RF230_CHIPSET  0
+#define RF212_CHIPSET  1
 
 enum rf2xx_registers_enum
 {