From: sallai Date: Tue, 17 Jun 2008 17:28:18 +0000 (+0000) Subject: fixed a typo X-Git-Tag: release_tinyos_2_1_0_0~265 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=cf687eb51fcf9cee544395fd34a15f7daa26b4c7 fixed a typo --- diff --git a/apps/tests/rf230/RadioCountToDiag/Makefile b/apps/tests/rf230/RadioCountToDiag/Makefile index 51e3345e..f88e3485 100644 --- a/apps/tests/rf230/RadioCountToDiag/Makefile +++ b/apps/tests/rf230/RadioCountToDiag/Makefile @@ -1,6 +1,6 @@ COMPONENT=RadioCountToDiagC CFLAGS += -I$(TOSDIR)/lib/diagmsg -CFLAGS += -DCC240_DEF_CHANNEL=11 +CFLAGS += -DCC2420_DEF_CHANNEL=11 CFLAGS += -DRF230_DEF_CHANNEL=11 CFLAGS += -DTASKLET_IS_TASK include $(MAKERULES) 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)