]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/LowPowerSensing/Sampler/Makefile
Minor updates to Makefiles for LowPowerSensing application
[tinyos-2.x.git] / apps / tutorials / LowPowerSensing / Sampler / Makefile
index b77d82a6a5afbabaaac2e8449bc3630d24b97464..774a815b9e750bc23dcb0f0fc80413d6def0c2e0 100644 (file)
@@ -1,5 +1,6 @@
 COMPONENT=LowPowerSensingPeriodicSamplerAppC
-CFLAGS += -I.. -I../sampleLog -I../universal_sensors
-CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ
+CFLAGS += -I.. -I../universal_sensors
+#CFLAGS += -I.. -I../tmote_onboard_sensors
+#CFLAGS += -DCC1K_DEFAULT_FREQ=CC1K_914_077_MHZ
 
 include $(MAKERULES)