From: rincon Date: Fri, 20 Jul 2007 19:35:00 +0000 (+0000) Subject: A few preprocessor variables weren't being pulled in - pull them in from DefaultLpl... X-Git-Tag: release_tools_1_2_4_1~17 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=5a41587204ca2659e56e28ceb33499ca91293535 A few preprocessor variables weren't being pulled in - pull them in from DefaultLpl for now, but we may need a long term solution for this if other LPL layers with different timing requires are supported. --- diff --git a/tos/chips/cc2420/lpl/PowerCycleP.nc b/tos/chips/cc2420/lpl/PowerCycleP.nc index 862315c7..34099244 100644 --- a/tos/chips/cc2420/lpl/PowerCycleP.nc +++ b/tos/chips/cc2420/lpl/PowerCycleP.nc @@ -50,7 +50,9 @@ * * @author David Moss */ - + +#include "DefaultLpl.h" + module PowerCycleP { provides { interface PowerCycle;