]> git.gag.com Git - fw/openocd/blobdiff - src/flash/nor/lpc2900.c
cmd: add missing usage var
[fw/openocd] / src / flash / nor / lpc2900.c
index 4960e9c6be7ab8992c1133d7eb6f0a90098a777f..5a80b323d97f25f622361d742717e20f021d16a0 100644 (file)
@@ -1004,6 +1004,7 @@ static const struct command_registration lpc2900_command_handlers[] = {
                .name = "lpc2900",
                .mode = COMMAND_ANY,
                .help = "LPC2900 flash command group",
+               .usage = "",
                .chain = lpc2900_exec_command_handlers,
        },
        COMMAND_REGISTRATION_DONE