Reverting to the "old" plain uip_buf allows the Apple2 to revert to the previous memory layout.

This commit is contained in:
oliverschmidt 2010-05-08 07:26:20 +00:00
parent 2169932727
commit bf3ec8c452
1 changed files with 2 additions and 2 deletions

View File

@ -30,11 +30,11 @@
#
# Author: Oliver Schmidt <ol.sc@web.de>
#
# $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