zoul: Make it possible to override COFFEE_CONF_SIZE
The projects need to be able to override it with project-conf.h. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
This commit is contained in:
parent
09a7566e01
commit
0079b78966
|
@ -101,7 +101,9 @@ typedef uint32_t rtimer_clock_t;
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
#ifndef COFFEE_CONF_SIZE
|
||||||
#define COFFEE_CONF_SIZE (4 * COFFEE_SECTOR_SIZE)
|
#define COFFEE_CONF_SIZE (4 * COFFEE_SECTOR_SIZE)
|
||||||
|
#endif
|
||||||
/** @} */
|
/** @} */
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue