[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris/chips/rf230 HplRF230.h, 1.5, 1.6 HplRF230C.nc, 1.5, 1.6

Miklos Maroti mmaroti at users.sourceforge.net
Thu Jan 22 12:05:05 PST 2009


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

Modified Files:
	HplRF230.h HplRF230C.nc 
Log Message:
rename the TRF230 timer to TRadio

Index: HplRF230.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230/HplRF230.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** HplRF230.h	19 Jan 2009 22:51:32 -0000	1.5
--- HplRF230.h	22 Jan 2009 20:05:03 -0000	1.6
***************
*** 51,55 ****
   * This is the timer type of the RF230 alarm interface
   */
! typedef TOne TRF230;
  
  
--- 51,55 ----
   * This is the timer type of the RF230 alarm interface
   */
! typedef TOne TRadio;
  
  

Index: HplRF230C.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230/HplRF230C.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** HplRF230C.nc	24 Apr 2008 22:31:25 -0000	1.5
--- HplRF230C.nc	22 Jan 2009 20:05:03 -0000	1.6
***************
*** 36,40 ****
  
  		interface GpioCapture as IRQ;
! 		interface Alarm<TRF230, uint16_t> as Alarm;
  
  		interface HplRF230;
--- 36,40 ----
  
  		interface GpioCapture as IRQ;
! 		interface Alarm<TRadio, uint16_t> as Alarm;
  
  		interface HplRF230;



More information about the Tinyos-2-commits mailing list