target_t -> struct target
Remove misleading typedef and redundant suffix from struct target.
This commit is contained in:
@@ -82,7 +82,7 @@ static void exit_handler(void)
|
||||
jtag_interface_quit();
|
||||
}
|
||||
|
||||
static int log_target_callback_event_handler(struct target_s *target, enum target_event event, void *priv)
|
||||
static int log_target_callback_event_handler(struct target *target, enum target_event event, void *priv)
|
||||
{
|
||||
switch (event)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user