This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod/metrics-analyzer: fix argument compatibility
get_limit API defined with the second argument power_limit as uint32_t. Hence, changing the local variable (placeholder) type to uint32_t to avoid building compatibility issues. `unsigned int` translates differently based on the target. Signed-off-by: Mohamed Omar Asaker <mohamed.omarasaker@arm.com>
- Loading branch information