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 5381064130
commit bcfc900fe1
+1 -1
View File
@@ -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) */
)
{