From e2b295651a79bdca5e8cc71b3098bfdfb0e4a99e Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Sat, 5 Jun 2010 21:46:22 -0400 Subject: trivial: fixed incorrect comment on jtag scan chain in openocd scripts --- support/openocd/flash.cfg | 2 +- support/openocd/run.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'support/openocd') diff --git a/support/openocd/flash.cfg b/support/openocd/flash.cfg index 86020bf..6cffa80 100644 --- a/support/openocd/flash.cfg +++ b/support/openocd/flash.cfg @@ -31,7 +31,7 @@ if { [info exists CPUTAPID ] } { set _CPUTAPID $CPUTAPID } else { # See STM Document RM0008 - # Section 26.6.3 + # Section 30.6.3 set _CPUTAPID 0x3ba00477 } diff --git a/support/openocd/run.cfg b/support/openocd/run.cfg index 234a3c8..87d33ae 100644 --- a/support/openocd/run.cfg +++ b/support/openocd/run.cfg @@ -31,7 +31,7 @@ if { [info exists CPUTAPID ] } { set _CPUTAPID $CPUTAPID } else { # See STM Document RM0008 - # Section 26.6.3 + # Section 30.6.3 set _CPUTAPID 0x3ba00477 } -- cgit v1.2.3