HAL_ChibiOS: disable re-entrancy in FATFS
not needed now we have a semaphore in AP_Filesystem
This commit is contained in:
parent
bf79b65e07
commit
9d760a2956
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user