Fix MISRA directive 4.7 warning (#977)

pull/971/head^2
Rahul Kar 1 year ago committed by GitHub
parent d94db2d11d
commit b4da9e301f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save