From e23ff34c85f9249d2daa9372a8291f94db8a323b Mon Sep 17 00:00:00 2001 From: mmaroti Date: Sun, 15 Mar 2009 12:48:04 +0000 Subject: [PATCH] lets be more generic with timing --- tos/platforms/iris/chips/rf230/RadioConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/platforms/iris/chips/rf230/RadioConfig.h b/tos/platforms/iris/chips/rf230/RadioConfig.h index 703f2ea7..6f598905 100644 --- a/tos/platforms/iris/chips/rf230/RadioConfig.h +++ b/tos/platforms/iris/chips/rf230/RadioConfig.h @@ -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__ -- 2.39.2