From 107b79c0193c604b8c47ef1593493ed999b7172d Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Thu, 14 Feb 2013 15:45:33 +0100 Subject: [PATCH] The recent cc65 snapshot yields somewhat small programs so we can move back to the MTU size used before. --- 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 7713f7f1e..54380b38d 100644 --- a/examples/webbrowser/Makefile.atari.defines +++ b/examples/webbrowser/Makefile.atari.defines @@ -1 +1 @@ -DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI,MTU_SIZE=900 +DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI,MTU_SIZE=1000