mirror of
https://github.com/FreeRTOS/Lab-Project-FreeRTOS-FAT.git
synced 2025-10-18 09:01:22 +08:00
Fix broken define in ff_locking.c (#14)
This commit is contained in:
@@ -57,7 +57,7 @@ The masks below are used when calling Group Event functions. */
|
||||
each time when a sector buffer is released. */
|
||||
#define FF_BUF_LOCK_EVENT_BITS ( ( const EventBits_t ) FF_BUF_LOCK )
|
||||
|
||||
#define FF_TIME_TO_WAIT_FOR_EVENT_TICKS
|
||||
#ifndef FF_TIME_TO_WAIT_FOR_EVENT_TICKS
|
||||
/* The maximum time to wait for a event group bit to come high,
|
||||
* which gives access to a "critical section": either directories,
|
||||
* or the FAT. */
|
||||
|
Reference in New Issue
Block a user