The following patches was applied:
- openocd-flash-static-keyword-v3.patch - openocd-lpc2000-fix-erase-obo.patch - openocd-jlink-fix-sign-ptr-warn.patch - openocd-wextra-etm.patch - openocd-wextra-jtag.patch - openocd-add-new-tap-symbols-v6.patch Many thanks to Zach Welch <zw(at)superlucidity.net> git-svn-id: svn://svn.berlios.de/openocd/trunk@1462 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -153,7 +153,7 @@ void bitq_io(int tms, int tdi, int tdo_req)
|
||||
|
||||
void bitq_end_state(tap_state_t state)
|
||||
{
|
||||
if (state==-1)
|
||||
if (state==TAP_INVALID)
|
||||
return;
|
||||
|
||||
if (!tap_is_state_stable(state))
|
||||
|
||||
Reference in New Issue
Block a user