correct CPU ID
git-svn-id: svn://svn.berlios.de/openocd/trunk@1196 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
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