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