From: scipio Date: Fri, 20 Apr 2007 19:03:53 +0000 (+0000) Subject: Fixed TOSSIM bug where you have to reference this Atm128Timer.h in X-Git-Tag: tinyos/2.0.1~11 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=686778d898b3a51cc7b25f05dd94c6de73486c86 Fixed TOSSIM bug where you have to reference this Atm128Timer.h in funny places due to component structure differences. JUst include it where you should, that is, where it's used. --- diff --git a/tos/platforms/mica/AlarmCounterMilliP.nc b/tos/platforms/mica/AlarmCounterMilliP.nc index c0a6a32f..8a45e53f 100644 --- a/tos/platforms/mica/AlarmCounterMilliP.nc +++ b/tos/platforms/mica/AlarmCounterMilliP.nc @@ -19,6 +19,8 @@ * @author Martin Turon */ +#include + configuration AlarmCounterMilliP { provides interface Init;