aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYun Liu <liuyun.97@gmail.com>2020-07-01 23:06:29 +0800
committerGitHub <noreply@github.com>2020-07-01 08:06:29 -0700
commit7a3fa1f923cf10c18d6d048ebd7679129a31eed1 (patch)
tree2f0f89787b4daa4b2dc2db7f9b44848944ad4bde
parentf0151889f0f5a51e2555980d74e7a86d0b9aa849 (diff)
downloadriscv-openocd-7a3fa1f923cf10c18d6d048ebd7679129a31eed1.zip
riscv-openocd-7a3fa1f923cf10c18d6d048ebd7679129a31eed1.tar.gz
riscv-openocd-7a3fa1f923cf10c18d6d048ebd7679129a31eed1.tar.bz2
doc: fix missing parameter in dmi_read (#495)
-rw-r--r--doc/openocd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 2624477..b7873b6 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -9549,7 +9549,7 @@ Write the 32-bit value to authdata.
The following commands allow direct access to the Debug Module Interface, which
can be used to interact with custom debug features.
-@deffn Command {riscv dmi_read}
+@deffn Command {riscv dmi_read} address
Perform a 32-bit DMI read at address, returning the value.
@end deffn