From 0079b78966d55ca329415a072e7dbb45e15a3a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= Date: Sun, 29 May 2016 23:20:23 +0200 Subject: [PATCH] zoul: Make it possible to override COFFEE_CONF_SIZE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The projects need to be able to override it with project-conf.h. Signed-off-by: Benoît Thébaudeau --- platform/zoul/contiki-conf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/zoul/contiki-conf.h b/platform/zoul/contiki-conf.h index 52cd22dfd..2c2bcb854 100644 --- a/platform/zoul/contiki-conf.h +++ b/platform/zoul/contiki-conf.h @@ -101,7 +101,9 @@ typedef uint32_t rtimer_clock_t; * * @{ */ +#ifndef COFFEE_CONF_SIZE #define COFFEE_CONF_SIZE (4 * COFFEE_SECTOR_SIZE) +#endif /** @} */ /*---------------------------------------------------------------------------*/ /**