]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/cmd_fat.c
_USE_LABEL --> FF_USE_LABEL
[z180-stamp.git] / avr / cmd_fat.c
index 9750c38c5c09148f99c6e3bbfbb7a3efb6aa6362..fcae8b003d27c4907013fe41b060d6a46656a11c 100644 (file)
@@ -368,7 +368,7 @@ command_ret_t do_stat(cmd_tbl_t *cmdtp UNUSED, uint_fast8_t flag UNUSED, int arg
                                fs->n_rootdir, fs->fsize, fs->n_fatent - 2,
                                fs->fatbase, fs->dirbase, fs->database);
 
-#if _USE_LABEL
+#if FF_USE_LABEL
                DWORD serial;
                res = f_getlabel(path, buf, &serial);
                if (!res) {