mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(fatfs): remove incorrect retval description from void ff_mutex_delete
This commit is contained in:
@@ -138,7 +138,7 @@ int ff_mutex_create ( /* Returns 1:Function succeeded or 0:Could not create the
|
||||
/ semaphore of the volume created with ff_mutex_create function.
|
||||
*/
|
||||
|
||||
void ff_mutex_delete ( /* Returns 1:Function succeeded or 0:Could not delete due to an error */
|
||||
void ff_mutex_delete (
|
||||
int vol /* Mutex ID: Volume mutex (0 to FF_VOLUMES - 1) or system mutex (FF_VOLUMES) */
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user