mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
removed redundant definitions.
This commit is contained in:
parent
dee785ae88
commit
9b548619ed
@ -45,10 +45,8 @@
|
||||
|
||||
#define COFFEE_SECTOR_SIZE 65536UL
|
||||
#define COFFEE_PAGE_SIZE 256UL
|
||||
#define COFFEE_START COFFEE_SECTOR_SIZE
|
||||
#define COFFEE_START 0
|
||||
#define COFFEE_SIZE ((1024UL * 1024UL) - COFFEE_START)
|
||||
#define COFFEE_PAGE_COUNT (COFFEE_SIZE / COFFEE_PAGE_SIZE)
|
||||
#define COFFEE_PAGES_PER_SECTOR (COFFEE_SECTOR_SIZE / COFFEE_PAGE_SIZE)
|
||||
#define COFFEE_NAME_LENGTH 16
|
||||
#define COFFEE_DYN_SIZE 16384
|
||||
#define COFFEE_MAX_OPEN_FILES 6
|
||||
|
Loading…
Reference in New Issue
Block a user