summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-03-20 14:30:41 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-03-20 14:30:41 +0000
commitec0303be34eaf7559dc02b8dcee7e22a08500192 (patch)
treee959116d6c41f5f43384fb668cab9df1f2cd7e07 /src
parent8b7cd9322a827101537634f6ed8dd1e8ae89962c (diff)
downloadopenocd+libswd-ec0303be34eaf7559dc02b8dcee7e22a08500192.tar.gz
openocd+libswd-ec0303be34eaf7559dc02b8dcee7e22a08500192.tar.bz2
openocd+libswd-ec0303be34eaf7559dc02b8dcee7e22a08500192.tar.xz
openocd+libswd-ec0303be34eaf7559dc02b8dcee7e22a08500192.zip
- fix another typo in str9comstick.cfg
git-svn-id: svn://svn.berlios.de/openocd/trunk@1424 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/target/target/str9comstick.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target/str9comstick.cfg b/src/target/target/str9comstick.cfg
index a75b4760..d8c7c7a4 100644
--- a/src/target/target/str9comstick.cfg
+++ b/src/target/target/str9comstick.cfg
@@ -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