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

Miklos Maroti mmaroti at users.sourceforge.net
Sun Mar 15 05:48:07 PDT 2009


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

Modified Files:
	RadioConfig.h 
Log Message:
lets be more generic with timing

Index: RadioConfig.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230/RadioConfig.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RadioConfig.h	10 Mar 2009 20:39:18 -0000	1.1
--- RadioConfig.h	15 Mar 2009 12:48:04 -0000	1.2
***************
*** 83,87 ****
   * The base two logarithm of the number of radio alarm ticks per one millisecond
   */
! #define RADIO_ALARM_MILLI_EXP	10
  
  #endif//__RADIOCONFIG_H__
--- 83,87 ----
   * The base two logarithm of the number of radio alarm ticks per one millisecond
   */
! #define RADIO_ALARM_MILLI_EXP	(5 + MICA_DIVIDE_ONE_FOR_32KHZ_LOG2)
  
  #endif//__RADIOCONFIG_H__



More information about the Tinyos-2-commits mailing list