FreeRTOS type updates.
This commit is contained in:
parent
e2e6f35288
commit
986ea38a15
53 changed files with 151 additions and 148 deletions
|
|
@ -275,7 +275,7 @@
|
|||
#ifndef _FS_TIMEOUT
|
||||
#define _FS_TIMEOUT 1000
|
||||
#endif
|
||||
#define _SYNC_t xSemaphoreHandle
|
||||
#define _SYNC_t SemaphoreHandle_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
|
||||
/ volume is always re-entrant and volume control functions, f_mount(), f_mkfs()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue