From 177aa6a61bf776a3095308439f2ffb7bed5bfb8c Mon Sep 17 00:00:00 2001 From: Leo C Date: Sun, 22 Jul 2018 10:15:25 +0200 Subject: _USE_LABEL --> FF_USE_LABEL --- avr/cmd_fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avr/cmd_fat.c') diff --git a/avr/cmd_fat.c b/avr/cmd_fat.c index 9750c38..fcae8b0 100644 --- a/avr/cmd_fat.c +++ b/avr/cmd_fat.c @@ -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) { -- cgit v1.2.3