Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It's causing a crash on P6 hardware, due to this GCC issue: https://answers.launchpad.net/gcc-arm-embedded/+question/269083 %u is safe and appropriate so long as the arg is unsigned and not larger than unsigned int, because the arg promotes to unsigned int.
- Loading branch information