]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/IPBaseStation/Makefile
Remove hwmul-disable; it works in newer GCC
[tinyos-2.x.git] / apps / IPBaseStation / Makefile
index 3bf898933dba13f1eabc520dd4033e109fbd870e..49fd6eec4622a7df5b437b1b0fc8c864c82748b3 100644 (file)
@@ -12,9 +12,10 @@ 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
-# when using IEEE154Frames, the maximum payload size is 2 larger,
-# since the header is two smaller.
-BLIP_L2_MTU = 104
+
+# if you're worried about your interface mote crashing, enable this to
+# turn on a hardware watchdog that will reset it if it does.  CFLAGS
+# += -DBLIP_WATCHDOG
 #
 # debugging
 #