From 945b334457c3dc5e6d63dd1fc08329ca29add7a8 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sun, 3 Feb 2013 23:41:20 +0100 Subject: [PATCH] Minor uIP code increase from Contiki 2.5 to Contiki 2.6 make a buffer reduction necessary. --- examples/webbrowser/Makefile.atari.defines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webbrowser/Makefile.atari.defines b/examples/webbrowser/Makefile.atari.defines index 54380b38d..7713f7f1e 100644 --- a/examples/webbrowser/Makefile.atari.defines +++ b/examples/webbrowser/Makefile.atari.defines @@ -1 +1 @@ -DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI,MTU_SIZE=1000 +DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI,MTU_SIZE=900