osd-contiki/platform/c64/contiki-conf.h
2007-05-27 20:54:13 +00:00

14 lines
275 B
C

#ifndef __CONTIKI_CONF_H__
#define __CONTIKI_CONF_H__
#include "6502-conf.h"
#define LOG_CONF_ENABLED 1
#define UIP_CONF_BUFFER_SIZE 1500
#define UIP_CONF_TCP_SPLIT 1
#define UIP_CONF_UDP_CHECKSUMS 1
#define UIP_CONF_LOGGING 1
#endif /* __CONTIKI_CONF_H__ */