pyOCD icon indicating copy to clipboard operation
pyOCD copied to clipboard

probe: Fix index error when calling jtag_sequence with read_tdo=0

Open kkitayam opened this issue 1 year ago • 0 comments

Add range check before accessing resp[2]. If calling with read_tdo=0, resp[2] is not exist.

kkitayam avatar Sep 07 '22 08:09 kkitayam