forked from auracaster/openocd
cmd: add missing usage var
Change-Id: I0f05d643b0801b19cc3beb88f0d12d7e4c83ef9c Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/356 Tested-by: jenkins
This commit is contained in:
@@ -3244,6 +3244,7 @@ static const struct command_registration at91sam3_command_handlers[] = {
|
||||
.name = "at91sam3",
|
||||
.mode = COMMAND_ANY,
|
||||
.help = "at91sam3 flash command group",
|
||||
.usage = "",
|
||||
.chain = at91sam3_exec_command_handlers,
|
||||
},
|
||||
COMMAND_REGISTRATION_DONE
|
||||
|
||||
Reference in New Issue
Block a user