update config.h to simplify testing and comply with previous changes

This commit is contained in:
ІО-23 Шмуляр Олег 2025-05-01 22:05:32 +03:00
parent c296e6e93d
commit 0a14404160
1 changed files with 2 additions and 1 deletions

View File

@ -21,10 +21,11 @@
/* FS config section */
#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_PATH_LEN 512
#define FS_MAX_OPEN_FD 32
#define FS_MAX_FNAME_LEN 11
#endif