Update minimal net to new ds6 interface

This commit is contained in:
dak664 2010-03-18 20:11:54 +00:00
parent d1f1fae689
commit 9bcf982d87
2 changed files with 20 additions and 7 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: contiki-conf.h,v 1.9 2008/10/15 09:14:25 adamdunkels Exp $
* @(#)$Id: contiki-conf.h,v 1.10 2010/03/18 20:11:54 dak664 Exp $
*/
#ifndef __CONTIKI_CONF_H__
@ -60,6 +60,9 @@ typedef unsigned short uip_stats_t;
#define UIP_CONF_LOGGING 0
#define UIP_CONF_UDP_CHECKSUMS 0
/* Not used but avoids compile errors while sicslowpan.c is being developed */
#define SICSLOWPAN_CONF_COMPRESSION SICSLOWPAN_COMPRESSION_HC06
#define UIP_CONF_UDP 1
#define UIP_CONF_TCP 1