]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/IPBaseStation/Makefile
Changed the default to be that all platforms #include stdio.h unless specifically...
[tinyos-2.x.git] / apps / IPBaseStation / Makefile
index f2135530796f4699104a58db002395d5a73c7d31..49fd6eec4622a7df5b437b1b0fc8c864c82748b3 100644 (file)
@@ -12,7 +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
-CFLAGS += -DTOSH_DATA_LENGTH=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
 #