From bf3ec8c452b8044d967d45ba82dedaf94d2039ce Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 8 May 2010 07:26:20 +0000 Subject: [PATCH] Reverting to the "old" plain uip_buf allows the Apple2 to revert to the previous memory layout. --- 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 47f2349b6..9ae6d8ede 100644 --- a/platform/apple2enh/Makefile.apple2enh +++ b/platform/apple2enh/Makefile.apple2enh @@ -30,11 +30,11 @@ # # Author: Oliver Schmidt # -# $Id: Makefile.apple2enh,v 1.13 2010/05/07 21:02:35 oliverschmidt Exp $ +# $Id: Makefile.apple2enh,v 1.14 2010/05/08 07:26:20 oliverschmidt Exp $ # CONTIKI_SOURCEFILES += pfs.S -HIGHCODE_SOURCEFILES = etimer.c tcpip.c uip_arp.c +HIGHCODE_SOURCEFILES = process.c etimer.c uip_arp.c CONTIKI_CPU = $(CONTIKI)/cpu/6502 include $(CONTIKI_CPU)/Makefile.6502