Fix MISRA directive 4.7 warning (#977)

This commit is contained in:
Rahul Kar 2024-02-01 17:38:24 +05:30 committed by GitHub
parent d94db2d11d
commit b4da9e301f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -269,7 +269,7 @@
}
}
}
xTaskResumeAll();
( void ) xTaskResumeAll();
return lFreeIndex;
}