fix(versal-net): add unsigned suffix to match data type

This corrects the MISRA violation C2012-7.2:
A ā€œuā€ or ā€œUā€ suffix shall be applied to all integer constants that
are represented in an unsigned type.
Appended "u" suffix to integer constant to represent it as
unsigned type.

Change-Id: I08b055134d6bd0380cca1e5b6ee527d6045a76c5
Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
1 file changed