]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/iris/chips/rf230/RadioConfig.h
lets be more generic with timing
[tinyos-2.x.git] / 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__