command_t -> struct command
[fw/openocd] / src / target / target_request.c
index 1f02be6fd2eec169a98717016b4909df09e42fbd..283ce55f3752fe3456e4d4b7ce9f33fd10e9120e 100644 (file)
@@ -34,7 +34,7 @@
 #include "log.h"
 
 
-static command_t *target_request_cmd = NULL;
+static struct command *target_request_cmd = NULL;
 static int charmsg_mode = 0;
 
 static int target_asciimsg(struct target *target, uint32_t length)