moved platform independent definitions
This commit is contained in:
parent
e757cae8ea
commit
2b68f88e77
3 changed files with 12 additions and 13 deletions
|
@ -47,8 +47,6 @@
|
|||
#define COFFEE_PAGE_SIZE 256UL
|
||||
#define COFFEE_START COFFEE_SECTOR_SIZE
|
||||
#define COFFEE_SIZE ((1024 kb) - 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 (16 kb)
|
||||
#define COFFEE_FD_SET_SIZE 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue