commit | 4d2b4e4dd7ed22a41c0569f9b2b2fd5c419a8261 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <[email protected]> | Tue Oct 08 05:50:05 2024 +0000 |
committer | Maheedhar Bollapalli <[email protected]> | Tue Nov 05 08:25:29 2024 +0000 |
tree | 786f6f3b30a8b0d731faed84b39758a620a3ec24 | |
parent | e452826ad3aa595f720be2c2500ada2f27d3eaea [diff] |
fix(versal-net): 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: Icba1860d789d3826a58b3d83b65ca86a7b364c46 Signed-off-by: Maheedhar Bollapalli <[email protected]>