target_type_t -> struct target_type
Remove misleading typedef and redundant suffix from struct target_type.
This commit is contained in:
@@ -1951,7 +1951,7 @@ static int cortex_m3_register_commands(struct command_context_s *cmd_ctx)
|
||||
return retval;
|
||||
}
|
||||
|
||||
target_type_t cortexm3_target =
|
||||
struct target_type cortexm3_target =
|
||||
{
|
||||
.name = "cortex_m3",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user