[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/SystemCore/tests/TestSNMS Makefile, 1.4, 1.5
Gilman Tolle
gtolle at users.sourceforge.net
Mon Sep 20 20:57:56 PDT 2004
Update of /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/tests/TestSNMS
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23049/tests/TestSNMS
Modified Files:
Makefile
Log Message:
* MultiHopRSSI will now use the LQI indicator available on the CC2420
radio. This may suggest a name change. Any suggestions?
* The MultiHopRSSI tree construction message now can have a
user-settable period. It's included in the message.
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/tests/TestSNMS/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile 1 Sep 2004 01:32:30 -0000 1.4
--- Makefile 21 Sep 2004 03:57:53 -0000 1.5
***************
*** 2,6 ****
#SENSORBOARD=micasb
! #CFLAGS += -DNO_ACK_EST
include $(shell ncc -print-tosdir)/../beta/SystemCore/MakeSNMS
--- 2,7 ----
#SENSORBOARD=micasb
! CFLAGS += -DNO_ACK_EST
! CFLAGS += -DHELLO_NO_SLEEP
include $(shell ncc -print-tosdir)/../beta/SystemCore/MakeSNMS
More information about the Tinyos-beta-commits
mailing list