[Tinyos-2-commits] CVS: tinyos-2.x/apps/AntiTheft/Root AntiTheftRootAppC.nc, 1.5, 1.6
Miklos Maroti
mmaroti at users.sourceforge.net
Thu Apr 24 14:15:53 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/Root
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26030/apps/AntiTheft/Root
Modified Files:
AntiTheftRootAppC.nc
Log Message:
Do the propoer LPL selection on IRIS for the AntiTheft app
Index: AntiTheftRootAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/Root/AntiTheftRootAppC.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AntiTheftRootAppC.nc 19 Nov 2007 17:21:20 -0000 1.5
--- AntiTheftRootAppC.nc 24 Apr 2008 21:15:51 -0000 1.6
***************
*** 30,34 ****
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"
--- 30,34 ----
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