]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/LowPowerSensing/Base/Makefile
added iris support
[tinyos-2.x.git] / apps / tutorials / LowPowerSensing / Base / Makefile
index 4e1481a786b7a297bdd06973390944bf48cbd5a8..8aaf58d945a354cc2827aae125244a9fa97bd150 100644 (file)
@@ -1,5 +1,7 @@
 COMPONENT=LowPowerSensingBaseAppC
 CFLAGS += -I.. -I../universal_sensors
-CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ
+CFLAGS += -DLOW_POWER_LISTENING
+#CFLAGS += -I.. -I../tmote_onboard_sensors
+#CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ
 
 include $(MAKERULES)