X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Firis%2Fchips%2Frf230%2FRadioConfig.h;h=6f598905da0414c0ea205dee6a49e349af96e44a;hb=e23ff34c85f9249d2daa9372a8291f94db8a323b;hp=703f2ea7d038ef8d8a9b45bd0678d73abf0f536a;hpb=51720e1ba8b5dae72fbe1730a427339584e0902e;p=tinyos-2.x.git 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__