From: rincon Date: Tue, 10 Jul 2007 18:01:40 +0000 (+0000) Subject: Removed the cc2420_lpl reference. X-Git-Tag: release_tools_1_2_4_1~46 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=bf5149937d8fc10fee2c4a20222d44d70d23adce Removed the cc2420_lpl reference. --- diff --git a/apps/tests/TestLPL/README.txt b/apps/tests/TestLPL/README.txt index 7e73c4fc..f8c81df3 100644 --- a/apps/tests/TestLPL/README.txt +++ b/apps/tests/TestLPL/README.txt @@ -8,7 +8,7 @@ low-power-listening settings every ~32s, repeating every ~256s. This application currently runs on motes using the CC1000 and CC2420 radios. To compile for motes with CC2420 radios, you must do: - env CFLAGS="-I%T/chips/cc2420_lpl -DLOW_POWER_LISTENING" make + env CFLAGS="-DLOW_POWER_LISTENING" make This application blinks LED 0 every time it sends a message, and toggles LED 1 every time it receives a message. If this application is