]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/IPBaseStation/Makefile
- tickle watchdog and timeouts for good base performance
[tinyos-2.x.git] / apps / IPBaseStation / Makefile
index 3bf898933dba13f1eabc520dd4033e109fbd870e..1d8c459b9293291652d3f5e61e40f00ef8438ab5 100644 (file)
@@ -15,6 +15,10 @@ 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
 #