#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__ */