Conform to C99 integer types format specifiers
Review and modify to conform to C99 integer types format specifiers. Use arm-none-eabi toolchain to build successfully. Change-Id: If855072a8f88886809309155ac6d031dcfcbc4b2 Signed-off-by: Hsiangkai Wang <hsiangkai@gmail.com> Signed-off-by: Hsiangkai <hsiangkai@gmail.com> Reviewed-on: http://openocd.zylin.com/1794 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
committed by
Spencer Oliver
parent
ee019bf5f8
commit
94d64ccaeb
@@ -92,7 +92,7 @@ int hl_interface_init_target(struct target *t)
|
||||
}
|
||||
|
||||
if (found == 0) {
|
||||
LOG_ERROR("hl_interface_init_target: target not found: idcode: 0x%08x",
|
||||
LOG_ERROR("hl_interface_init_target: target not found: idcode: 0x%08" PRIx32,
|
||||
t->tap->idcode);
|
||||
return ERROR_FAIL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user