]> begriffs open source - freertos/commit
Fix MISRA C 2012 Rule 10.3 errors (#860)
authorchinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
Tue, 28 Nov 2023 05:29:07 +0000 (13:29 +0800)
committerGitHub <noreply@github.com>
Tue, 28 Nov 2023 05:29:07 +0000 (13:29 +0800)
commitce88adea2a043dca6104e4fd80b920166cade8c8
treec7096b9fc0a493ce4102ccc9642c6fe7a5444fda
parent76f3aa5b05e5c38e423e83eea23f5b34c15d3316
Fix MISRA C 2012 Rule 10.3 errors (#860)

* The value of an expression shall not be assigned to an object with a narrower essential type or of a different essential type category.
---------

Co-authored-by: Ubuntu <ubuntu@ip-172-31-34-245.ap-northeast-1.compute.internal>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
include/event_groups.h
tasks.c
timers.c