Fixed really big test value leftover
This commit is contained in:
parent
aa9eb5264f
commit
0775de9732
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ typedef uint32_t rtimer_clock_t;
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#define COFFEE_CONF_SIZE 0x78000
|
#define COFFEE_CONF_SIZE (4 * COFFEE_SECTOR_SIZE)
|
||||||
/** @} */
|
/** @} */
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue