HAL_ChibiOS: Enable reentrancy on FatFS sybsystem
This commit is contained in:
parent
6b15b2f44f
commit
66de6d770a
@ -246,7 +246,7 @@
|
|||||||
/ lock control is independent of re-entrancy. */
|
/ lock control is independent of re-entrancy. */
|
||||||
|
|
||||||
|
|
||||||
#define _FS_REENTRANT 0
|
#define _FS_REENTRANT 1
|
||||||
#define _FS_TIMEOUT MS2ST(1000)
|
#define _FS_TIMEOUT MS2ST(1000)
|
||||||
#define _SYNC_t semaphore_t*
|
#define _SYNC_t semaphore_t*
|
||||||
/* The option _FS_REENTRANT switches the re-entrancy (thread safe) of the FatFs
|
/* The option _FS_REENTRANT switches the re-entrancy (thread safe) of the FatFs
|
||||||
|
Loading…
Reference in New Issue
Block a user