From 532d9814c23a3cf4854c6458d09ff7fe43921379 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Fri, 16 Nov 2007 09:17:22 +0000 Subject: [PATCH] configurable rudolph datasize --- core/net/rime/rudolph0.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/net/rime/rudolph0.h b/core/net/rime/rudolph0.h index c70422fa3..c8bfddebb 100644 --- a/core/net/rime/rudolph0.h +++ b/core/net/rime/rudolph0.h @@ -47,7 +47,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rudolph0.h,v 1.4 2007/05/15 08:09:21 adamdunkels Exp $ + * $Id: rudolph0.h,v 1.5 2007/11/16 09:17:22 fros4943 Exp $ */ /** @@ -80,7 +80,11 @@ struct rudolph0_callbacks { int maxsize); }; +#ifdef RUDOLPH0_CONF_DATASIZE +#define RUDOLPH0_DATASIZE RUDOLPH0_CONF_DATASIZE +#else #define RUDOLPH0_DATASIZE 64 +#endif struct rudolph0_hdr { u8_t type;