From e12e794a7461d897b52dd1dc2bc65c87cc193c67 Mon Sep 17 00:00:00 2001 From: dak664 Date: Mon, 8 Feb 2010 22:22:27 +0000 Subject: [PATCH] QUEUEBUF fragmentation defines --- platform/avr-ravenusb/contiki-conf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platform/avr-ravenusb/contiki-conf.h b/platform/avr-ravenusb/contiki-conf.h index 6be69290e..6e737f680 100644 --- a/platform/avr-ravenusb/contiki-conf.h +++ b/platform/avr-ravenusb/contiki-conf.h @@ -115,6 +115,11 @@ typedef int32_t s32_t; #define UIP_CONF_STATISTICS 1 + +/* Fragmentation uses queuebuf.c to save packets */ +#define QUEUEBUF_CONF_NUM 1 +#define QUEUEBUF_CONF_REF_NUM 1 + /* Route-Under-MAC uses 16-bit short addresses */ #if UIP_CONF_USE_RUM #undef UIP_CONF_LL_802154