Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1524 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -672,7 +672,7 @@ static int jlink_tap_execute(void)
|
||||
return ERROR_OK;
|
||||
|
||||
// number of full bytes (plus one if some would be left over)
|
||||
byte_length = tap_length / 8 + !!(tap_length % 8);
|
||||
byte_length = TAP_SCAN_BYTES(tap_length);
|
||||
|
||||
usb_out_buffer[0] = EMU_CMD_HW_JTAG3;
|
||||
usb_out_buffer[1] = 0;
|
||||
|
||||
Reference in New Issue
Block a user