commit | ce4b28271798b4085bf58423b9100f47d39f4605 | [log] [tgz] |
---|---|---|
author | Dennis Wildmark <dennis.wildmark@assaabloy.com> | Mon Mar 11 10:25:39 2019 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Mar 11 11:02:20 2019 -0500 |
tree | 97933d47a59d33f003eeb2c5c2b7b28811782b4b | |
parent | 03dec5b814799104f304d672bff09ae1500024c8 [diff] |
lib: cmsis_rtos_v2: changed printformat that produced warnings Changed the print format for unsigned 32-bit variables that produced warnings when compiled with newlib instead of the standard C library. Chose to replace %d with PRIu32 because the latter is more portable and adapts to the types of the standard C libraries. Tested with and without newlib, and with sanitycheck. Signed-off-by: Dennis Wildmark <dennis.wildmark@assaabloy.com>