[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris/chips/rf230 HplRF2xx.h, 1.1, 1.2

Miklos Maroti mmaroti at users.sourceforge.net
Mon Mar 9 09:33:42 PDT 2009


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18213

Modified Files:
	HplRF2xx.h 
Log Message:
rename RF230 to RF2xx to support the RF212 chip

Index: HplRF2xx.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230/HplRF2xx.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HplRF2xx.h	8 Mar 2009 23:23:19 -0000	1.1
--- HplRF2xx.h	9 Mar 2009 16:33:35 -0000	1.2
***************
*** 31,39 ****
  {
  	/**
- 	 * 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
--- 31,34 ----
***************
*** 68,71 ****
--- 63,68 ----
  #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. 



More information about the Tinyos-2-commits mailing list