summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/ffconf.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-09-29 09:48:35 +0100
committerDamien George <damien.p.george@gmail.com>2014-09-29 15:26:11 +0100
commit3a2795e200bd3b1248768b6b0fef6bb28487ed42 (patch)
treea86d10fe441592c153da82f54fd61eec5ef6792d /stmhal/ffconf.h
parentf042d7a4d7197d87798bc9727e9df094a3edd7c1 (diff)
downloadmicropython-3a2795e200bd3b1248768b6b0fef6bb28487ed42.tar.gz
micropython-3a2795e200bd3b1248768b6b0fef6bb28487ed42.zip
stmhal: Add label to internal flash drive on creation.
Diffstat (limited to 'stmhal/ffconf.h')
-rw-r--r--stmhal/ffconf.h2
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 */