forked from auracaster/openocd
Allow jtag_tap_add to be called from other JTAG code modules.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2140 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
+1
-1
@@ -269,7 +269,7 @@ unsigned jtag_tap_count_enabled(void)
|
||||
}
|
||||
|
||||
/// Append a new TAP to the chain of all taps.
|
||||
static void jtag_tap_add(struct jtag_tap_s *t)
|
||||
void jtag_tap_add(struct jtag_tap_s *t)
|
||||
{
|
||||
t->abs_chain_position = jtag_num_taps++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user