remove TAP_INVALID as argument to jtag_add_xxx() fn's
git-svn-id: svn://svn.berlios.de/openocd/trunk@2042 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -121,7 +121,7 @@ static __inline__ void embeddedice_write_reg_inner( jtag_tap_t *tap, int reg_add
|
||||
3,
|
||||
embeddedice_num_bits,
|
||||
values,
|
||||
TAP_INVALID);
|
||||
jtag_add_end_state(TAP_INVALID));
|
||||
}
|
||||
|
||||
void embeddedice_write_dcc(jtag_tap_t *tap, int reg_addr, u8 *buffer, int little, int count);
|
||||
|
||||
Reference in New Issue
Block a user