X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnor%2Flpc2000.c;h=b9b04fef9aba7f456c9f703b3100f5e0369ead87;hb=2a34cc8eb6a8431ecebad1279d19ce919978a778;hp=b4e17e7eabecc2f54d12518f1964fa3fc6a444e6;hpb=0aefdbd446ed35bbc507c517b96e99d5e6e01e3d;p=openocd.git diff --git a/src/flash/nor/lpc2000.c b/src/flash/nor/lpc2000.c index b4e17e7eab..b9b04fef9a 100644 --- a/src/flash/nor/lpc2000.c +++ b/src/flash/nor/lpc2000.c @@ -836,6 +836,7 @@ static const struct command_registration lpc2000_exec_command_handlers[] = { .handler = lpc2000_handle_part_id_command, .mode = COMMAND_EXEC, .help = "print part id of lpc2000 flash bank ", + .usage = "", }, COMMAND_REGISTRATION_DONE }; @@ -844,6 +845,7 @@ static const struct command_registration lpc2000_command_handlers[] = { .name = "lpc2000", .mode = COMMAND_ANY, .help = "lpc2000 flash command group", + .usage = "", .chain = lpc2000_exec_command_handlers, }, COMMAND_REGISTRATION_DONE