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
@@ -66,7 +66,7 @@ $_TARGETNAME configure -event reset-init {
|
||||
echo "\nRunning reset init script for LPC3131\n"
|
||||
halt
|
||||
wait_halt
|
||||
reg cpsr 0xa00000d3 #Supervisor mode
|
||||
reg cpsr 0xa00000d3 ;#Supervisor mode
|
||||
reg pc 0x11029000
|
||||
poll
|
||||
sleep 500
|
||||
|
||||
Reference in New Issue
Block a user