]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/LowPowerSensing/Sampler/Makefile
added iris support
[tinyos-2.x.git] / apps / tutorials / LowPowerSensing / Sampler / Makefile
index 2fcb1d27ab0ffdce47fb48ba791eaae11e5940ef..01c47c118cec746f132cae1a209be7a38af4238a 100644 (file)
@@ -1,5 +1,8 @@
 COMPONENT=LowPowerSensingPeriodicSamplerAppC
-CFLAGS += -I.. -I../sampleLog -I../tmote_onboard_sensors
-CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ
+CFLAGS += -I.. -I../sampleLog
+CFLAGS += -I.. -I../universal_sensors
+CFLAGS += -DLOW_POWER_LISTENING
+#CFLAGS += -I.. -I../tmote_onboard_sensors
+#CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ
 
 include $(MAKERULES)