]> begriffs open source - freertos/commit
Fix MISRA_C_2012 rule 17.7 violation (#848)
authorRahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
Wed, 6 Dec 2023 11:03:18 +0000 (16:33 +0530)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2023 11:03:18 +0000 (16:33 +0530)
commit71d86f9a6e9c46e678aa51ca3fd746b1d0859636
tree93d9cb0c1a8413bb7660c6bc47232b60028165c5
parentedce1e94b3ab06000e99727897f51a5845bbba16
Fix MISRA_C_2012 rule 17.7 violation (#848)

* Assign return value of xPortStartScheduler API to a variable

* Add void datatype

---------

Co-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
tasks.c