Skip to content

Commit 416dfac

Browse files
committed
Comment style changed according to conversation
1 parent 5d619e5 commit 416dfac

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

ports/cortex_m0/ac5/example_build/tx_initialize_low_level.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ _tx_initialize_low_level
177177
;
178178
LDR r0, =0xE000E000 ; Build address of NVIC registers
179179
LDR r1, =0
180-
STR r1, [r0, #0x10] // Reset SysTick Control
181-
STR r1, [r0, #0x18] // Reset SysTick Counter Value
180+
STR r1, [r0, #0x10] ; Reset SysTick Control
181+
STR r1, [r0, #0x18] ; Reset SysTick Counter Value
182182
LDR r1, =SYSTICK_CYCLES
183183
STR r1, [r0, #0x14] ; Setup SysTick Reload Value
184184
MOVS r1, #0x7 ; Build SysTick Control Enable Value

ports/cortex_m0/iar/example_build/tx_initialize_low_level.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ _tx_initialize_low_level:
126126
;
127127
LDR r0, =0xE000E000 ; Build address of NVIC registers
128128
LDR r1, =0
129-
STR r1, [r0, #0x10] // Reset SysTick Control
130-
STR r1, [r0, #0x18] // Reset SysTick Counter Value
129+
STR r1, [r0, #0x10] ; Reset SysTick Control
130+
STR r1, [r0, #0x18] ; Reset SysTick Counter Value
131131
LDR r1, =SYSTICK_CYCLES
132132
STR r1, [r0, #0x14] ; Setup SysTick Reload Value
133133
MOVS r1, #0x7 ; Build SysTick Control Enable Value

ports/cortex_m0/keil/example_build/tx_initialize_low_level.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ _tx_initialize_low_level
177177
;
178178
LDR r0, =0xE000E000 ; Build address of NVIC registers
179179
LDR r1, =0
180-
STR r1, [r0, #0x10] // Reset SysTick Control
181-
STR r1, [r0, #0x18] // Reset SysTick Counter Value
180+
STR r1, [r0, #0x10] ; Reset SysTick Control
181+
STR r1, [r0, #0x18] ; Reset SysTick Counter Value
182182
LDR r1, =SYSTICK_CYCLES
183183
STR r1, [r0, #0x14] ; Setup SysTick Reload Value
184184
MOVS r1, #0x7 ; Build SysTick Control Enable Value

0 commit comments

Comments
 (0)