-
- Downloads
cpu/cortexm_common: Use PRIx32 for printing uint32_t in hard fault handler
fixes errors like: error: format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int') [-Werror,-Wformat]
Please register or sign in to comment