Have the cc65 based targets stay with the "old" plain uip_buf.

This commit is contained in:
oliverschmidt 2010-05-08 07:25:10 +00:00
parent e5665fb968
commit 2169932727

View file

@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* @(#)$Id: 6502def.h,v 1.23 2010/04/11 20:47:16 oliverschmidt Exp $
* @(#)$Id: 6502def.h,v 1.24 2010/05/08 07:25:10 oliverschmidt Exp $
*/
#ifndef __6502DEF_H__
@ -72,6 +72,8 @@ typedef unsigned short uip_stats_t;
#define LOADER_CONF_ARCH "lib/unload.h"
#define UIP_CONF_PLAIN_BUFFER 1
#if MTU_SIZE
#define UIP_CONF_BUFFER_SIZE (UIP_LLH_LEN + MTU_SIZE)
#else /* MTU_SIZE */