Browse Source

- fix another typo in str9comstick.cfg

git-svn-id: svn://svn.berlios.de/openocd/trunk@1424 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.2.0
ntfreak 15 years ago
parent
commit
ec0303be34
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/target/target/str9comstick.cfg

+ 1
- 1
src/target/target/str9comstick.cfg View 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


Loading…
Cancel
Save