]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/UDPEcho/Makefile
- add RF230 chip support for IRIS
[tinyos-2.x.git] / apps / UDPEcho / Makefile
index f883f1bd3609a3212f357c8ccc0d6afa849b92c8..5db98c8e769b7f129d5bcb2cfa583b046811ed30 100644 (file)
@@ -4,6 +4,7 @@ COMPONENT=UDPEchoC
 # BOOTLOADER=tosboot
 
 CFLAGS += -DCC2420_DEF_CHANNEL=15
+CFLAGS += -DRF230_DEF_CHANNEL=15
 # CFLAGS += -DCC2420_DEF_RFPOWER=4
 
 # disables support for the AM stack, which somewhat reduces code size
@@ -11,6 +12,7 @@ CFLAGS += -DCC2420_DEF_CHANNEL=15
 # protocols which are AM-based, you should not include this.
 CFLAGS += -DIEEE154FRAMES_ENABLED
 
+
 # lib6lowpan contains inet_ntop6 and inet_pton6 to process ascii
 # representations of IPv6 addresses.  You can remove them to save some
 # code if you don't use them