forked from auracaster/openocd
target_type_t -> struct target_type
Remove misleading typedef and redundant suffix from struct target_type.
This commit is contained in:
@@ -510,7 +510,7 @@ static int arm720t_register_commands(struct command_context_s *cmd_ctx)
|
||||
}
|
||||
|
||||
/** Holds methods for ARM720 targets. */
|
||||
target_type_t arm720t_target =
|
||||
struct target_type arm720t_target =
|
||||
{
|
||||
.name = "arm720t",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user