diff --git a/tests/unittests/tests-spiffs/tests-spiffs.c b/tests/unittests/tests-spiffs/tests-spiffs.c index 02e1b9efed..4203653399 100644 --- a/tests/unittests/tests-spiffs/tests-spiffs.c +++ b/tests/unittests/tests-spiffs/tests-spiffs.c @@ -29,10 +29,10 @@ #else /* Test mock object implementing a simple RAM-based mtd */ #ifndef SECTOR_COUNT -#define SECTOR_COUNT 8 +#define SECTOR_COUNT 4 #endif #ifndef PAGE_PER_SECTOR -#define PAGE_PER_SECTOR 4 +#define PAGE_PER_SECTOR 8 #endif #ifndef PAGE_SIZE #define PAGE_SIZE 128