]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fixed TOSSIM bug where you have to reference this Atm128Timer.h in
authorscipio <scipio>
Fri, 20 Apr 2007 19:03:53 +0000 (19:03 +0000)
committerscipio <scipio>
Fri, 20 Apr 2007 19:03:53 +0000 (19:03 +0000)
funny places due to component structure differences. JUst include it
where you should, that is, where it's used.

tos/platforms/mica/AlarmCounterMilliP.nc

index c0a6a32f2e38419b13f73cd33f71616657111630..8a45e53faa986c91428541c6729528a295034dff 100644 (file)
@@ -19,6 +19,8 @@
  * @author Martin Turon <mturon@xbow.com>
  */
 
+#include <Atm128Timer.h>
+
 configuration AlarmCounterMilliP
 {
   provides interface Init;