From f81eb28dec9746ba9f8623aaaa631dc96e60093a Mon Sep 17 00:00:00 2001 From: Christopher Williams Date: Mon, 14 Nov 2022 17:38:57 -0700 Subject: [PATCH] R0.15 patch 1 November 11, 2022 FF_FS_LOCK does not complile. --- source/ff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ff.c b/source/ff.c index 8724444..07412bb 100644 --- a/source/ff.c +++ b/source/ff.c @@ -900,7 +900,7 @@ static int lock_volume ( /* 1:Ok, 0:timeout */ int rv; -#if FS_LOCK +#if FF_FS_LOCK rv = ff_mutex_take(fs->ldrv); /* Lock the volume */ if (rv && syslock) { /* System lock reqiered? */ rv = ff_mutex_take(FF_VOLUMES); /* Lock the system */