]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
lets be more generic with timing
authormmaroti <mmaroti>
Sun, 15 Mar 2009 12:48:04 +0000 (12:48 +0000)
committermmaroti <mmaroti>
Sun, 15 Mar 2009 12:48:04 +0000 (12:48 +0000)
tos/platforms/iris/chips/rf230/RadioConfig.h

index 703f2ea7d038ef8d8a9b45bd0678d73abf0f536a..6f598905da0414c0ea205dee6a49e349af96e44a 100644 (file)
@@ -82,6 +82,6 @@ typedef TOne TRadio;
 /**
  * The base two logarithm of the number of radio alarm ticks per one millisecond
  */
-#define RADIO_ALARM_MILLI_EXP  10
+#define RADIO_ALARM_MILLI_EXP  (5 + MICA_DIVIDE_ONE_FOR_32KHZ_LOG2)
 
 #endif//__RADIOCONFIG_H__