From 62ca797fad277680da0b18b27c1ec5573909c6fd Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Fri, 7 May 2010 21:02:35 +0000 Subject: [PATCH] The recent change turning uip_buf from an array to a pointer increases the code generated by cc65 significantly :-( This change modifies the set of modules placed in the Apple2 Language Card to again make maximum use of that memory without overflow. --- platform/apple2enh/Makefile.apple2enh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/apple2enh/Makefile.apple2enh b/platform/apple2enh/Makefile.apple2enh index 6f7a4ccde..47f2349b6 100644 --- a/platform/apple2enh/Makefile.apple2enh +++ b/platform/apple2enh/Makefile.apple2enh @@ -30,11 +30,11 @@ # # Author: Oliver Schmidt # -# $Id: Makefile.apple2enh,v 1.12 2010/02/10 07:43:25 oliverschmidt Exp $ +# $Id: Makefile.apple2enh,v 1.13 2010/05/07 21:02:35 oliverschmidt Exp $ # CONTIKI_SOURCEFILES += pfs.S -HIGHCODE_SOURCEFILES = process.c etimer.c uip_arp.c +HIGHCODE_SOURCEFILES = etimer.c tcpip.c uip_arp.c CONTIKI_CPU = $(CONTIKI)/cpu/6502 include $(CONTIKI_CPU)/Makefile.6502