Skip to content
Commit 775d8cf1 authored by Lingkai Dong's avatar Lingkai Dong Committed by Jaeden Amero
Browse files

TF-M examples: Print pointers consistently with all compilers



The format specifier `%p` causes GCC to prepend `0x` and the Arm
Compiler not to. To print consistently, use the standardized `PRIxPTR`
from C99.

Signed-off-by: Lingkai Dong's avatarLingkai Dong <lingkai.dong@arm.com>
parent 61527625
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment