correct CPU ID

git-svn-id: svn://svn.berlios.de/openocd/trunk@1196 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2008-12-01 13:20:59 +00:00
parent 6e2dbdc3f7
commit b8db7aa18b
1 changed files with 1 additions and 1 deletions

View File

@ -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
}