doc: drop "resume will wait 5 seconds"
Checkpatch-ignore: GIT_COMMIT_ID
Waiting for running state was removed from handle_resume_command()
in commit a92d27afb0
("very long and bad structured commit msg
without anything relevant to resume") around year 2008.
Update the doc accordingly.
Silent checkpatch or we have to copy 10 or more lines
of the old commit msg.
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Change-Id: I3296cb2c29cf80aeed63eddd8fbf352edec778c1
Reviewed-on: https://review.openocd.org/c/openocd/+/7579
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
ffd9638bdb
commit
0384fe5d59
|
@ -8780,7 +8780,6 @@ power consumption (because the CPU is needlessly clocked).
|
|||
@deffn {Command} {resume} [address]
|
||||
Resume the target at its current code position,
|
||||
or the optional @var{address} if it is provided.
|
||||
OpenOCD will wait 5 seconds for the target to resume.
|
||||
@end deffn
|
||||
|
||||
@deffn {Command} {step} [address]
|
||||
|
|
Loading…
Reference in New Issue