1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/littlefs: reduce sector count for emulated MTD

A `SECTOR_COUNT` of 12 seems to be sufficient to work for this test in emulated MTD.
This commit is contained in:
Gunar Schorcht 2023-04-12 11:23:58 +02:00
parent 1d4d3e47b8
commit 4af1fa6a3d

View File

@ -36,7 +36,7 @@
/* Test mock object implementing a simple RAM-based mtd */
#ifndef SECTOR_COUNT
#define SECTOR_COUNT 16
#define SECTOR_COUNT 12
#endif
#ifndef PAGE_PER_SECTOR
#define PAGE_PER_SECTOR 4