doc: fix missing parameter in dmi_read (#495)

This commit is contained in:
Yun Liu 2020-07-01 23:06:29 +08:00 committed by GitHub
parent f0151889f0
commit 7a3fa1f923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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