HAL_ChibiOS: Enable reentrancy on FatFS sybsystem

This commit is contained in:
Alexander Malishev 2018-05-19 18:03:37 +04:00 committed by Andrew Tridgell
parent 6b15b2f44f
commit 66de6d770a

View File

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