examples: Fix cmsis-rtos thread printing variables
Fix warning:
```
`warning: format specifies type 'unsigned int'
but the argument has type 'osThreadId_t'
(aka 'void *') [-Wformat]`
```
Signed-off-by:
Martin Kojtal <martin.kojtal@arm.com>
Loading
Please register or sign in to comment