mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 10:08:37 +10:00
build: fix cygwin build warnings
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
parent
97996214f5
commit
6b9c14e908
@ -186,7 +186,7 @@ static void jlink_execute_reset(struct jtag_command *cmd)
|
||||
|
||||
static void jlink_execute_sleep(struct jtag_command *cmd)
|
||||
{
|
||||
DEBUG_JTAG_IO("sleep %i", cmd->cmd.sleep->us);
|
||||
DEBUG_JTAG_IO("sleep %" PRIi32 "", cmd->cmd.sleep->us);
|
||||
jlink_tap_execute();
|
||||
jtag_sleep(cmd->cmd.sleep->us);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user