target_t -> struct target
Remove misleading typedef and redundant suffix from struct target.
This commit is contained in:
@@ -51,7 +51,7 @@ struct gdb_connection
|
||||
|
||||
struct gdb_service
|
||||
{
|
||||
struct target_s *target;
|
||||
struct target *target;
|
||||
};
|
||||
|
||||
int gdb_init(void);
|
||||
|
||||
Reference in New Issue
Block a user