On Mon, Jun 20, 2022 at 3:03 AM Michal Orzel <[email protected]> wrote: > > According to MISRA C 2012 Rule 8.1, types shall be explicitly > specified. Fix all the findings reported by cppcheck with misra addon > by substituting implicit type 'unsigned' to explicit 'unsigned int'. > > Signed-off-by: Michal Orzel <[email protected]>
Reviewed-by: Jason Andryuk <[email protected]> Thanks, Jason
