Skip to content
Snippets Groups Projects
Commit ee8a080c authored by oharboe's avatar oharboe
Browse files

Laurentiu Cocanu - fix typo

git-svn-id: svn://svn.berlios.de/openocd/trunk@1514 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 5fbfbec8
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ if { [info exists CPUTAPID ] } {
}
set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
jtag newtap_device $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
jtag_nsrst_delay 200
jtag_ntrst_delay 0
......
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