FatFS timeout fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8030 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
952b0dc3fd
commit
38e7c0e46d
|
@ -191,8 +191,8 @@
|
|||
/ with file lock control. This feature uses bss _FS_LOCK * 12 bytes. */
|
||||
|
||||
|
||||
#define _FS_REENTRANT 0 /* 0:Disable or 1:Enable */
|
||||
#define _FS_TIMEOUT 1000 /* Timeout period in unit of time tick */
|
||||
#define _FS_REENTRANT 0 /* 0:Disable or 1:Enable */
|
||||
#define _FS_TIMEOUT MS2ST(1000) /* Timeout period in unit of time tick */
|
||||
#define _SYNC_t semaphore_t* /* O/S dependent sync object type. e.g. HANDLE, OS_EVENT*, ID, SemaphoreHandle_t and etc.. */
|
||||
/* The _FS_REENTRANT option switches the re-entrancy (thread safe) of the FatFs module.
|
||||
/
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue