mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-05 21:23:58 -04:00
HAL_ChibiOS: fixed (unused) FF_FS_TIMEOUT
this change was harmless as we don't define FF_FS_REENTRANT
This commit is contained in:
parent
ffb2876f58
commit
2d4dfe8a2a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user