HAL_ChibiOS: fixed (unused) FF_FS_TIMEOUT

this change was harmless as we don't define FF_FS_REENTRANT
This commit is contained in:
Andrew Tridgell 2021-03-17 13:46:22 +11:00
parent ffb2876f58
commit 2d4dfe8a2a

View File

@ -261,7 +261,7 @@
#define FF_FS_REENTRANT 0
#define FF_FS_TIMEOUT MS2ST(1000)
#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
/ module itself. Note that regardless of this option, file access to different