X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=apps%2Ftests%2Frf230%2FTestMac%2FMakefile;h=07a6b83fcba7a1578bce65a87556b8ef3d80738c;hb=cf687eb51fcf9cee544395fd34a15f7daa26b4c7;hp=380940b140dce0e2e972a017ef1c659ab3f2d01e;hpb=86e1669668f27671d2fd716bfb4f7ed54b97b940;p=tinyos-2.x.git diff --git a/apps/tests/rf230/TestMac/Makefile b/apps/tests/rf230/TestMac/Makefile index 380940b1..07a6b83f 100644 --- a/apps/tests/rf230/TestMac/Makefile +++ b/apps/tests/rf230/TestMac/Makefile @@ -1,7 +1,7 @@ COMPONENT=TestMacC CFLAGS += -I$(TOSDIR)/lib/diagmsg IEEE154_CHANNEL ?= 11 -CFLAGS += -DCC240_DEF_CHANNEL=$(IEEE154_CHANNEL) +CFLAGS += -DCC2420_DEF_CHANNEL=$(IEEE154_CHANNEL) CFLAGS += -DRF230_DEF_CHANNEL=$(IEEE154_CHANNEL) CFLAGS += -DRF230_DEBUG include $(MAKERULES)