提交 cba2dd90 编写于 作者: mysterywolf's avatar mysterywolf

[fatfs] 修改互斥保护超时时间

防止因一些正常复杂耗时操作,导致fatfs认为 timeout failure。
上级 f4412c3a
......@@ -295,12 +295,13 @@
/ lock control is independent of re-entrancy. */
/* #include <somertos.h> // O/S definitions */
#include <rtdef.h>
#ifdef RT_DFS_ELM_REENTRANT
#define FF_FS_REENTRANT 1 /* 0 or 1 */
#else
#define FF_FS_REENTRANT 0 /* 0:Disable or 1:Enable */
#endif
#define FF_FS_TIMEOUT 1000
#define FF_FS_TIMEOUT 3000
#define FF_SYNC_t rt_mutex_t
/* The option FF_FS_REENTRANT switches the re-entrancy (thread safe) of the FatFs
/ module itself. Note that regardless of this option, file access to different
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册