Skip to content

Commit d5489b3

Browse files
author
Grégory Soutadé
committed
Typo fix in HAL_CM0.S of ARM7 rtx
1 parent fe9720f commit d5489b3

File tree

1 file changed

+1
-1
lines changed
  • libraries/rtos/rtx/TARGET_ARM7/ARM7/TOOLCHAIN_GCC

1 file changed

+1
-1
lines changed

libraries/rtos/rtx/TARGET_ARM7/ARM7/TOOLCHAIN_GCC/HAL_CM0.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RestoreContext:
104104
LDMFD LR, {R0-R12,LR}^
105105
NOP
106106

107-
ADD LR, LR, 15*4 /* increase starck pointer */
107+
ADD LR, LR, 15*4 /* increase stack pointer */
108108
/* Set SP(user) to LR */
109109
STMDB SP!,{LR}
110110
LDMIA SP,{SP}^

0 commit comments

Comments
 (0)