[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 RF2xx.h, 1.1, 1.2
Miklos Maroti
mmaroti at users.sourceforge.net
Mon Mar 9 09:33:58 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18281
Modified Files:
RF2xx.h
Log Message:
rename RF230 to RF2xx to support the RF212 chip
Index: RF2xx.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230/RF2xx.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RF2xx.h 8 Mar 2009 23:22:41 -0000 1.1
--- RF2xx.h 9 Mar 2009 16:33:56 -0000 1.2
***************
*** 25,33 ****
#define __RF2XX_H__
! enum rf2xx_chipsets_enum
! {
! RF230_CHIPSET = 0,
! RF212_CHIPSET = 1,
! };
enum rf2xx_registers_enum
--- 25,31 ----
#define __RF2XX_H__
! /* Set RF2XX_CHIPSET to one of these to enable specific features */
! #define RF230_CHIPSET 0
! #define RF212_CHIPSET 1
enum rf2xx_registers_enum
More information about the Tinyos-2-commits
mailing list