diff options
Diffstat (limited to 'stmhal/ffconf.h')
-rw-r--r-- | stmhal/ffconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/ffconf.h b/stmhal/ffconf.h index 4e01423ef8..0e5dcfa895 100644 --- a/stmhal/ffconf.h +++ b/stmhal/ffconf.h @@ -70,7 +70,7 @@ /* To enable fast seek feature, set _USE_FASTSEEK to 1. */ -#define _USE_LABEL 0 /* 0:Disable or 1:Enable */ +#define _USE_LABEL 1 /* 0:Disable or 1:Enable */ /* To enable volume label functions, set _USE_LAVEL to 1 */ |