]> begriffs open source - freertos/commit
Fix MISRA C 2012 Rule 13.2 Violations (#979)
authorbradleysmith23 <74752142+bradleysmith23@users.noreply.github.com>
Tue, 13 Feb 2024 05:11:30 +0000 (21:11 -0800)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2024 05:11:30 +0000 (10:41 +0530)
commit8cfa7152f75c397e04eb779d2812c0edd26bd1c7
treeeb4f38192d9d36a2bf97d7d2ff93430415e37490
parentbd652237fb76ab39b36215a2bd93fa8a14056f1f
Fix MISRA C 2012 Rule 13.2 Violations (#979)

* Fix violations of MISRA rule 13.2

* Fix typo in UBaseType_t

* Uncrustify: triggered by comment.

* Run Github Actions.

* Remove temp variable for uxCurrentNumberOfTasks

Co-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
* Declare uxCurrentListLength at top of function, update comment.

* Update location of uxCurrentListLength Declaration

* Uncrustify: triggered by comment.

* Run Github Actions

* Uncrustify: triggered by comment.

* Run Github Actions.

* Update comment explaining use of temp variable

---------

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
tasks.c