X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fstellaris.c;h=2d653eca1cdbc4048e34d892b15fbefde25f08c2;hb=833e7f5248778bcb31b4db1a1b91160995415203;hp=32fa415ee05bd6b831e5d1edf17ac3d0f817d601;hpb=f7e1f2df74b599903a6fb2d2ace94c3f1ef06097;p=openocd.git diff --git a/src/flash/stellaris.c b/src/flash/stellaris.c index 32fa415ee0..2d653eca1c 100644 --- a/src/flash/stellaris.c +++ b/src/flash/stellaris.c @@ -1163,10 +1163,10 @@ COMMAND_HANDLER(stellaris_handle_mass_erase_command) static int stellaris_register_commands(struct command_context *cmd_ctx) { - struct command *stm32x_cmd = register_command(cmd_ctx, NULL, "stellaris", + struct command *stm32x_cmd = COMMAND_REGISTER(cmd_ctx, NULL, "stellaris", NULL, COMMAND_ANY, "stellaris flash specific commands"); - register_command(cmd_ctx, stm32x_cmd, "mass_erase", + COMMAND_REGISTER(cmd_ctx, stm32x_cmd, "mass_erase", stellaris_handle_mass_erase_command, COMMAND_EXEC, "mass erase device"); return ERROR_OK;