X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftutorials%2FLowPowerSensing%2FSampler%2FMakefile;h=774a815b9e750bc23dcb0f0fc80413d6def0c2e0;hb=5569f6573d605e17aa421d81cb9672e74350de63;hp=b77d82a6a5afbabaaac2e8449bc3630d24b97464;hpb=5c6a127eb0cad10e45e2cad8cd245f85469994aa;p=tinyos-2.x.git diff --git a/apps/tutorials/LowPowerSensing/Sampler/Makefile b/apps/tutorials/LowPowerSensing/Sampler/Makefile index b77d82a6..774a815b 100644 --- a/apps/tutorials/LowPowerSensing/Sampler/Makefile +++ b/apps/tutorials/LowPowerSensing/Sampler/Makefile @@ -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)