HAL_ChibiOS: disable re-entrancy in FATFS

not needed now we have a semaphore in AP_Filesystem
This commit is contained in:
Andrew Tridgell 2019-08-03 13:00:08 +10:00
parent bf79b65e07
commit 9d760a2956

View File

@ -246,7 +246,7 @@
/ lock control is independent of re-entrancy. */
#define FF_FS_REENTRANT 1
#define FF_FS_REENTRANT 0
#define FF_FS_TIMEOUT chTimeMS2I(1000)
#define FF_SYNC_t semaphore_t*
/* The option _FS_REENTRANT switches the re-entrancy (thread safe) of the FatFs