fix(fatfs): remove incorrect retval description from void ff_mutex_delete

This commit is contained in:
sonika.rathi
2026-03-17 15:27:59 +01:00
parent 0a062a1912
commit 4da0547962

View File

@@ -122,7 +122,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) */
)
{