flash/nor/stm32f1x: unify flash error reporting
[fw/openocd] / src / target / testee.c
index 5b6ccedd85906e1bd436c73a5fc97c6fdcee2c46..236ac9aba917496fc2c4894792e94f6dfdb2314f 100644 (file)
@@ -30,8 +30,8 @@ static const struct command_registration testee_command_handlers[] = {
                .name = "testee",
                .mode = COMMAND_ANY,
                .help = "testee target commands",
-
                .chain = hello_command_handlers,
+               .usage = "",
        },
        COMMAND_REGISTRATION_DONE
 };