target_type_t -> struct target_type
Remove misleading typedef and redundant suffix from struct target_type.
This commit is contained in:
@@ -842,7 +842,7 @@ int arm926ejs_register_commands(struct command_context_s *cmd_ctx)
|
||||
}
|
||||
|
||||
/** Holds methods for ARM926 targets. */
|
||||
target_type_t arm926ejs_target =
|
||||
struct target_type arm926ejs_target =
|
||||
{
|
||||
.name = "arm926ejs",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user