From ef746e27c55c14b7a4f6381c490e5c175e409c0b Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 13:30:50 -0800 Subject: command_t -> struct command Remove misleading typedef and redundant suffix from struct command. --- src/flash/pic32mx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/pic32mx.c') diff --git a/src/flash/pic32mx.c b/src/flash/pic32mx.c index bb3d69c1..b6c4c440 100644 --- a/src/flash/pic32mx.c +++ b/src/flash/pic32mx.c @@ -885,7 +885,7 @@ COMMAND_HANDLER(pic32mx_handle_pgm_word_command) static int pic32mx_register_commands(struct command_context *cmd_ctx) { - command_t *pic32mx_cmd = register_command(cmd_ctx, NULL, "pic32mx", + struct command *pic32mx_cmd = register_command(cmd_ctx, NULL, "pic32mx", NULL, COMMAND_ANY, "pic32mx flash specific commands"); #if 0 register_command(cmd_ctx, pic32mx_cmd, "lock", -- cgit v1.2.3