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:
parent
1d4d3e47b8
commit
4af1fa6a3d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user