Skip to content
Snippets Groups Projects
Commit ec0303be authored by ntfreak's avatar ntfreak
Browse files

- fix another typo in str9comstick.cfg

git-svn-id: svn://svn.berlios.de/openocd/trunk@1424 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 8b7cd932
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ if { [info exists CPUTAPID ] } {
} else {
set _CPUTAPID 0x25966041
}
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0xf -irmask 0xf -expected-id $_CPUTAPID
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
if { [info exists BSTAPID ] } {
set _BSTAPID $BSTAPID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment