mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 01:43:05 +10:00
correct CPU ID
git-svn-id: svn://svn.berlios.de/openocd/trunk@1196 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
6e2dbdc3f7
commit
b8db7aa18b
@ -16,7 +16,7 @@ if { [info exists CPUTAPID ] } {
|
||||
set _CPUTAPID $CPUTAPID
|
||||
} else {
|
||||
# force an error till we get a good number
|
||||
set _CPUTAPID 0xffffffff
|
||||
set _CPUTAPID 0x1f0f0f0f
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user