flash/psoc6: initialize usage field
The missing initialization triggers a run-time error message: Error: BUG: command 'psoc6 reset_halt' does not have the '.usage' field filled out Change-Id: I975e4ba99bd939aa924a9d62b1ab76b2ab5bf193 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/6720 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
parent
facbb481b8
commit
cbfd0b9aad
|
@ -1015,7 +1015,7 @@ static const struct command_registration psoc6_exec_command_handlers[] = {
|
||||||
.name = "reset_halt",
|
.name = "reset_halt",
|
||||||
.handler = psoc6_handle_reset_halt,
|
.handler = psoc6_handle_reset_halt,
|
||||||
.mode = COMMAND_EXEC,
|
.mode = COMMAND_EXEC,
|
||||||
.usage = NULL,
|
.usage = "",
|
||||||
.help = "Tries to simulate broken Vector Catch",
|
.help = "Tries to simulate broken Vector Catch",
|
||||||
},
|
},
|
||||||
COMMAND_REGISTRATION_DONE
|
COMMAND_REGISTRATION_DONE
|
||||||
|
|
Loading…
Reference in New Issue