commit | 51d3e6c7b99820dcec2ca7f3e386c56529b0e766 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Tue Oct 08 06:09:19 2024 +0000 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Tue Nov 05 08:25:40 2024 +0000 |
tree | 2c6f8fced6bda10655d8593592e5fc13695a3924 | |
parent | 828a07ac436dc22744ace216cf64f6ca0f173f97 [diff] |
fix(versal2): variable conflicting with external linkage This corrects the MISRA violation C2012-5.8: Identifiers that define objects or functions with external linkage shall be unique. Modify the variable name to prevent conflict with external object linkage. Change-Id: I2448e4ad0660e654ceb40940e0046d2f2899b41b Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>