stm32f7x.cfg: Fix expected JTAG id.

Change-Id: Icd21b9ac5f50094262f30db431d8a775a0d263ca
Signed-off-by: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Reviewed-on: http://openocd.zylin.com/3512
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
Uwe Bonnes 2016-05-31 16:31:11 +02:00 committed by Andreas Fritiofson
parent d4b7cbff88
commit 406f4d1c68
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if { [info exists BSTAPID] } {
# See STM Document RM0385
# Section 40.6.1
# STM32F75xxG
set _BSTAPID1 0x06449071
set _BSTAPID1 0x06449041
}
if {[using_jtag]} {