]> git.sur5r.net Git - openocd/commitdiff
- fix another typo in str9comstick.cfg
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 20 Mar 2009 14:30:41 +0000 (14:30 +0000)
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 20 Mar 2009 14:30:41 +0000 (14:30 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1424 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/target/target/str9comstick.cfg

index a75b4760f5b4c2a56304b7f3123174346a93c1cb..d8c7c7a4471c0fba0933fa65d49bf3fd9bc4957f 100644 (file)
@@ -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