diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2010-12-19 01:22:53 +0800 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-12-18 21:04:22 +0100 |
commit | 30da7c67cec8b315972377b5389735ff11f6042c (patch) | |
tree | f5735bd53edf0b43ef27c5058fdab817d2034462 /tcl/interface | |
parent | af3f77a1777e4f28ec1a14122f4800ca3467e4c7 (diff) | |
download | openocd_libswd-30da7c67cec8b315972377b5389735ff11f6042c.tar.gz openocd_libswd-30da7c67cec8b315972377b5389735ff11f6042c.tar.bz2 openocd_libswd-30da7c67cec8b315972377b5389735ff11f6042c.tar.xz openocd_libswd-30da7c67cec8b315972377b5389735ff11f6042c.zip |
TCL: fix non TCL comments
End of line comments fixed with ';' before '#'.
Added few additional 'space' to keep indentation in
multi-line comments.
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'tcl/interface')
-rw-r--r-- | tcl/interface/buspirate.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/interface/buspirate.cfg b/tcl/interface/buspirate.cfg index 9c7e0e70..2b68538b 100644 --- a/tcl/interface/buspirate.cfg +++ b/tcl/interface/buspirate.cfg @@ -10,7 +10,7 @@ interface buspirate #buspirate_port /dev/ttyUSB0 # communication speed setting -buspirate_speed normal # or fast +buspirate_speed normal ;# or fast # voltage regulator Enabled = 1 Disabled = 0 #buspirate_vreg 0 |