jtag_command_t -> struct jtag_command
[fw/openocd] / src / jtag / vsllink.c
index 8ee62924d91432db028d3bab84a3e50e0073b16a..c404476fbf156955e97a15049b18716f11f81cfc 100644 (file)
@@ -250,7 +250,7 @@ static void reset_command_pointer(void)
 
 static int vsllink_execute_queue(void)
 {
-       jtag_command_t *cmd = jtag_command_queue;
+       struct jtag_command *cmd = jtag_command_queue;
        int scan_size;
        enum scan_type type;
        uint8_t *buffer;