Browse Source

HAL_ChibiOS: disable re-entrancy in FATFS

not needed now we have a semaphore in AP_Filesystem
mission-4.1.18
Andrew Tridgell 6 years ago
parent
commit
9d760a2956
  1. 2
      libraries/AP_HAL_ChibiOS/hwdef/common/ffconf.h

2
libraries/AP_HAL_ChibiOS/hwdef/common/ffconf.h

@ -246,7 +246,7 @@ @@ -246,7 +246,7 @@
/ lock control is independent of re-entrancy. */
#define FF_FS_REENTRANT 1
#define FF_FS_REENTRANT 0
#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

Loading…
Cancel
Save