warnings & comments fixes.
git-svn-id: svn://svn.berlios.de/openocd/trunk@449 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -362,11 +362,9 @@ int target_process_reset(struct command_context_s *cmd_ctx)
|
||||
command_print(cmd_ctx, "Timed out waiting for reset");
|
||||
goto done;
|
||||
}
|
||||
/* this will send alive messages on e.g. GDB remote protocol.
|
||||
* GDB warns me that I'm sending a zero length formatting message,
|
||||
* which is strange, but in fact what is intended here. */
|
||||
/* this will send alive messages on e.g. GDB remote protocol. */
|
||||
usleep(500*1000);
|
||||
USER_N("");
|
||||
USER_N("%s", ""); /* avoid warning about zero length formatting message*/
|
||||
goto again;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user