Skip to content
Snippets Groups Projects
Commit 80a9e44a authored by Spencer Oliver's avatar Spencer Oliver
Browse files

cfg: fix incorrect stm32f3 TAPID


Change-Id: Id66d4e03a77c47a49086ee753bed01b3944064e1
Signed-off-by: default avatarSpencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/874
Tested-by: jenkins
parent f5793f9a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ if { [info exists CHIPNAME] == 0 } { ...@@ -7,7 +7,7 @@ if { [info exists CHIPNAME] == 0 } {
} }
if { [info exists CPUTAPID] == 0 } { if { [info exists CPUTAPID] == 0 } {
set CPUTAPID 0x1ba01477 set CPUTAPID 0x2ba01477
} }
if { [info exists WORKAREASIZE] == 0 } { if { [info exists WORKAREASIZE] == 0 } {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment