update config.h to simplify testing and comply with previous changes
This commit is contained in:
parent
c296e6e93d
commit
0a14404160
3
config.h
3
config.h
|
@ -21,10 +21,11 @@
|
||||||
|
|
||||||
/* FS config section */
|
/* FS config section */
|
||||||
#define FS_MAX_DEVICE_FILE_NAME_LEN 512
|
#define FS_MAX_DEVICE_FILE_NAME_LEN 512
|
||||||
#define FS_BLOCK_SIZE 4096
|
#define FS_BLOCK_SIZE 16
|
||||||
#define FS_MAX_BITMAP_SIZE 64
|
#define FS_MAX_BITMAP_SIZE 64
|
||||||
#define FS_MAX_PATH_LEN 512
|
#define FS_MAX_PATH_LEN 512
|
||||||
#define FS_MAX_OPEN_FD 32
|
#define FS_MAX_OPEN_FD 32
|
||||||
|
#define FS_MAX_FNAME_LEN 11
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue