mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Increased the default number of queue buffers: there usually is plenty of RAM left, so we should be able to afford it
This commit is contained in:
parent
5308a09dd3
commit
900480959b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user