forked from auracaster/openocd
Fix vsllink bulk out endpoint parsing.
This commit is contained in:
@@ -1445,7 +1445,7 @@ static int vsllink_handle_usb_bulkout_command(struct command_context_s *cmd_ctx,
|
|||||||
return ERROR_OK;
|
return ERROR_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
COMMAND_PARSE_NUMBER(u8, args[0], vsllink_usb_bulkin);
|
COMMAND_PARSE_NUMBER(u8, args[0], vsllink_usb_bulkout);
|
||||||
|
|
||||||
vsllink_usb_bulkout &= ~0x80;
|
vsllink_usb_bulkout &= ~0x80;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user