Skip to content
This repository was archived by the owner on Jun 22, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CFW_loader/source/fatfs/ffconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/ f_rename(), f_truncate() and useless f_getfree(). */


#define _FS_MINIMIZE 0 /* 0 to 3 */
#define _FS_MINIMIZE 2 /* 0 to 3 */
/* The _FS_MINIMIZE option defines minimization level to remove API functions.
/
/ 0: All basic functions are enabled.
Expand Down