diff options
author | Perry Hung <iperry@alum.mit.edu> | 2010-06-05 21:46:22 -0400 |
---|---|---|
committer | Perry Hung <iperry@alum.mit.edu> | 2010-06-05 21:46:22 -0400 |
commit | e2b295651a79bdca5e8cc71b3098bfdfb0e4a99e (patch) | |
tree | b9276e8be045e91768fc681ddd33760efa9bf156 | |
parent | 767bf60238435be10b7197dc4300b9e678f18c72 (diff) | |
download | librambutan-e2b295651a79bdca5e8cc71b3098bfdfb0e4a99e.tar.gz librambutan-e2b295651a79bdca5e8cc71b3098bfdfb0e4a99e.zip |
trivial: fixed incorrect comment on jtag scan chain in openocd scripts
-rw-r--r-- | support/openocd/flash.cfg | 2 | ||||
-rw-r--r-- | support/openocd/run.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
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 } |