From 8a9ed5195b3345635533b6150b9303abbaf5adf3 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 3 Nov 2018 12:29:30 +1000 Subject: Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc --- ffconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffconf.h') diff --git a/ffconf.h b/ffconf.h index 7827e133..abf3b657 100644 --- a/ffconf.h +++ b/ffconf.h @@ -244,7 +244,7 @@ #define FF_FS_REENTRANT 0 #define FF_FS_TIMEOUT 1000 -#define FF_SYNC_t gfxSem +#define FF_SYNC_t gSem /* The option FF_FS_REENTRANT switches the re-entrancy (thread safe) of the FatFs / module itself. Note that regardless of this option, file access to different / volume is always re-entrant and volume control functions, f_mount(), f_mkfs() -- cgit v1.2.3