Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm: fix compile warnings when semihosting is enabled on ARMv7M target.
This patch fixes compile warnings like this: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' In C99 standard you can use %zu modifier to print size_t values. Signed-off-by: Vadzim Dambrouski <[email protected]>
- Loading branch information