From 900480959bb170fb9c465e9e0f1689152a70529b Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 10 May 2009 21:15:16 +0000 Subject: [PATCH] Increased the default number of queue buffers: there usually is plenty of RAM left, so we should be able to afford it --- platform/sky/contiki-conf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/sky/contiki-conf.h b/platform/sky/contiki-conf.h index fb5201b3d..ef3ba13dc 100644 --- a/platform/sky/contiki-conf.h +++ b/platform/sky/contiki-conf.h @@ -1,5 +1,5 @@ /* -*- C -*- */ -/* @(#)$Id: contiki-conf.h,v 1.51 2009/04/29 11:43:48 adamdunkels Exp $ */ +/* @(#)$Id: contiki-conf.h,v 1.52 2009/05/10 21:15:16 adamdunkels Exp $ */ #ifndef CONTIKI_CONF_H #define CONTIKI_CONF_H @@ -10,6 +10,8 @@ #define PACKETBUF_CONF_ATTRS_INLINE 1 +#define QUEUEBUF_CONF_NUM 16 + #define IEEE802154_CONF_PANID 0xABCD #define SHELL_VARS_CONF_RAM_BEGIN 0x1100