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>
This commit is contained in:
committed by
Øyvind Harboe
parent
af3f77a177
commit
30da7c67ce
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user