Skip to content

Commit

Permalink
Merge pull request #1697 from soutade/master
Browse files Browse the repository at this point in the history
Typo fix in HAL_CM0.S of ARM7 rtx
  • Loading branch information
0xc0170 committed Apr 29, 2016
2 parents a2576a4 + d5489b3 commit d1dc989
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ RestoreContext:
LDMFD LR, {R0-R12,LR}^
NOP

ADD LR, LR, 15*4 /* increase starck pointer */
ADD LR, LR, 15*4 /* increase stack pointer */
/* Set SP(user) to LR */
STMDB SP!,{LR}
LDMIA SP,{SP}^
Expand Down

0 comments on commit d1dc989

Please sign in to comment.