Skip to content

Resolve "Standardize sized types(hungarian_assigner)"

Description

Notes for Reviewer

Use sized aliases for raw types (e.g. bool, int, float, etc.) to match MISRA, in the hungarian_assigner package.

Capacity's int is set to uint16_t. This is because Capacity is set to a maximum of 256 from design.

Edited by MIURA Yasuyuki

Merge request reports