commit | 795500bbe357145f5b4d124d96bc43e262bf86f8 | [log] [tgz] |
---|---|---|
author | Abramo Bagnara <abramo.bagnara@bugseng.com> | Tue Nov 16 08:12:13 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jun 30 17:34:05 2022 -0400 |
tree | 3bb252080d694149c4f1fd123d8fb20df3563b44 | |
parent | 74d904ba72bd1c29e3666dbed131407ca75ba2ba [diff] |
coding guidelines: comply with MISRA C:2012 Rule 9.3 MISRA C:2012 Rule 9.3 (Arrays shall not be partially initialized.) Systematically use `{0}' to specify full 0 initialization (not `{}', not `{0U}'). Signed-off-by: Abramo Bagnara <abramo.bagnara@bugseng.com> Signed-off-by: Simon Hein <SHein@baumer.com>