]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/IPBaseStation/Makefile
- add RF230 chip support for IRIS
[tinyos-2.x.git] / apps / IPBaseStation / Makefile
index f2135530796f4699104a58db002395d5a73c7d31..3bf898933dba13f1eabc520dd4033e109fbd870e 100644 (file)
@@ -12,7 +12,9 @@ CFLAGS += -DNO_IP_MALLOC
 # memmove.  This doesn't mean that motes running blip also need this--
 # they can use IFRAMES or IEEE154FRAMES
 CFLAGS += -DIEEE154FRAMES_ENABLED
-CFLAGS += -DTOSH_DATA_LENGTH=104
+# when using IEEE154Frames, the maximum payload size is 2 larger,
+# since the header is two smaller.
+BLIP_L2_MTU = 104
 #
 # debugging
 #