forked from auracaster/openocd
command_context_t -> struct command_context
Remove misleading typedef and redundant suffix from struct command_context.
This commit is contained in:
@@ -462,7 +462,7 @@ usage:
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
int armv4_5_register_commands(struct command_context_s *cmd_ctx)
|
||||
int armv4_5_register_commands(struct command_context *cmd_ctx)
|
||||
{
|
||||
command_t *armv4_5_cmd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user