Code Review
/
openocd.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
command: fix the mode for command "jtag configure"
[openocd.git]
/
src
/
jtag
/
aice
/
aice_transport.c
diff --git
a/src/jtag/aice/aice_transport.c
b/src/jtag/aice/aice_transport.c
index
57c93f2
..
0658318
100644
(file)
--- a/
src/jtag/aice/aice_transport.c
+++ b/
src/jtag/aice/aice_transport.c
@@
-340,7
+340,7
@@
aice_transport_jtag_subcommand_handlers[] = {
},
{
.name = "configure",
- .mode = COMMAND_
EXEC
,
+ .mode = COMMAND_
ANY
,
.jim_handler = jim_jtag_configure,
.help = "Provide a Tcl handler for the specified "
"TAP event.",