[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris/chips/rf230 HplRF230.h, 1.3, 1.4

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Mon Jan 12 20:04:42 PST 2009


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

Modified Files:
	HplRF230.h 
Log Message:
Change the default channel for RF230 to 26 (the same as CC2420). The mismatch was reported by Yin Chen.


Index: HplRF230.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230/HplRF230.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** HplRF230.h	27 Jun 2008 23:34:20 -0000	1.3
--- HplRF230.h	13 Jan 2009 04:04:40 -0000	1.4
***************
*** 71,75 ****
  /* This is the default value of the CHANNEL field of the PHY_CC_CCA register. */
  #ifndef RF230_DEF_CHANNEL
! #define RF230_DEF_CHANNEL	11
  #endif
  
--- 71,75 ----
  /* This is the default value of the CHANNEL field of the PHY_CC_CCA register. */
  #ifndef RF230_DEF_CHANNEL
! #define RF230_DEF_CHANNEL	26
  #endif
  



More information about the Tinyos-2-commits mailing list