mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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;
|
||||
}
|
||||
|
||||
COMMAND_PARSE_NUMBER(u8, args[0], vsllink_usb_bulkin);
|
||||
COMMAND_PARSE_NUMBER(u8, args[0], vsllink_usb_bulkout);
|
||||
|
||||
vsllink_usb_bulkout &= ~0x80;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user