]> begriffs open source - freertos/commit
Fix MISRA C 2012 Rule 13.3 Violations (#988)
authorbradleysmith23 <74752142+bradleysmith23@users.noreply.github.com>
Wed, 14 Feb 2024 06:18:35 +0000 (22:18 -0800)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 06:18:35 +0000 (11:48 +0530)
commit4d34700bccbd8bcd09dca93e93ebabd692b2f185
treecf3955a1b694a8dcda708b7ea7863233c49176e8
parent8c10944575121038c532d23b2136c4c849b9d2a6
Fix MISRA C 2012 Rule 13.3 Violations (#988)

* MISRA Rule 13.3 Fixes

* Add semiicolons that were accidentally removed

* Add parentheses back around pxList->uxNumberOfItems where removed.

* Formatting fix

* Add Casts to UBaseType_t

---------

Co-authored-by: bjbsmith <bjbsmith@uafeb6a6bcdce55.ant.amazon.com>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
include/list.h
list.c
tasks.c