[Tinyos-2-commits] CVS: tinyos-2.x/apps/tutorials/LowPowerSensing/Base Makefile, 1.1, 1.2
Kevin Klues
klueska at users.sourceforge.net
Fri May 16 18:27:58 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tutorials/LowPowerSensing/Base
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1207/apps/tutorials/LowPowerSensing/Base
Modified Files:
Makefile
Log Message:
Minor updates to Makefiles for LowPowerSensing application
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tutorials/LowPowerSensing/Base/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 3 Sep 2007 22:46:35 -0000 1.1
--- Makefile 17 May 2008 01:27:55 -0000 1.2
***************
*** 1,5 ****
COMPONENT=LowPowerSensingBaseAppC
CFLAGS += -I.. -I../universal_sensors
! CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ
include $(MAKERULES)
--- 1,6 ----
COMPONENT=LowPowerSensingBaseAppC
CFLAGS += -I.. -I../universal_sensors
! #CFLAGS += -I.. -I../tmote_onboard_sensors
! #CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ
include $(MAKERULES)
More information about the Tinyos-2-commits
mailing list