forked from auracaster/openocd
etm_capture_driver_t -> struct etm_capture_driver
Remove misleading typedef and redundant suffix from struct etm_capture_driver.
This commit is contained in:
@@ -278,7 +278,7 @@ static int oocd_trace_stop_capture(etm_context_t *etm_ctx)
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
etm_capture_driver_t oocd_trace_capture_driver =
|
||||
struct etm_capture_driver oocd_trace_capture_driver =
|
||||
{
|
||||
.name = "oocd_trace",
|
||||
.register_commands = oocd_trace_register_commands,
|
||||
|
||||
Reference in New Issue
Block a user