Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Newlib use
int
for INT32 PRx types
Otherwise GCC will default to using `long` which can cause format strings to fail due to int/long mismatch.
- Loading branch information