[Tinyos-2-commits] CVS: tinyos-2.x/apps/AntiTheft/Nodes AntiTheftAppC.nc, 1.4, 1.5
Miklos Maroti
mmaroti at users.sourceforge.net
Thu Apr 24 14:15:53 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/Nodes
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26030/apps/AntiTheft/Nodes
Modified Files:
AntiTheftAppC.nc
Log Message:
Do the propoer LPL selection on IRIS for the AntiTheft app
Index: AntiTheftAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/Nodes/AntiTheftAppC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AntiTheftAppC.nc 19 Nov 2007 17:21:19 -0000 1.4
--- AntiTheftAppC.nc 24 Apr 2008 21:15:50 -0000 1.5
***************
*** 31,35 ****
components CC2420ActiveMessageC as Radio;
#elif defined(PLATFORM_IRIS)
! components DummyLPLMacC as Radio;
#else
#error "The AntiTheft application is only supported for mica2, micaz and iris nodes"
--- 31,35 ----
components CC2420ActiveMessageC as Radio;
#elif defined(PLATFORM_IRIS)
! components ActiveMessageC as Radio;
#else
#error "The AntiTheft application is only supported for mica2, micaz and iris nodes"
More information about the Tinyos-2-commits
mailing list