Fixed really big test value leftover

This commit is contained in:
Antonio Lignan 2015-11-24 18:02:30 +01:00
parent aa9eb5264f
commit 0775de9732
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ typedef uint32_t rtimer_clock_t;
*
* @{
*/
#define COFFEE_CONF_SIZE 0x78000
#define COFFEE_CONF_SIZE (4 * COFFEE_SECTOR_SIZE)
/** @} */
/*---------------------------------------------------------------------------*/
/**