Maintain legacy RTOS behavior before mbed-5
Fork of mbed-rtos by
Revision 110:7a567bf048bf, committed 2016-04-29
- Comitter:
- mbed_official
- Date:
- Fri Apr 29 16:15:30 2016 +0100
- Parent:
- 109:3b7dd22a5b25
- Child:
- 111:162b12aea5f2
- Commit message:
- Synchronized with git revision d1dc98991286822daacb1d2583e1e184f3240e36
Full URL: https://github.com/mbedmicro/mbed/commit/d1dc98991286822daacb1d2583e1e184f3240e36/
Typo fix in HAL_CM0.S of ARM7 rtx
Changed in this revision
rtx/TARGET_ARM7/ARM7/TOOLCHAIN_GCC/HAL_CM0.S | Show annotated file Show diff for this revision Revisions of this file |
--- a/rtx/TARGET_ARM7/ARM7/TOOLCHAIN_GCC/HAL_CM0.S Fri Apr 29 01:15:35 2016 +0100 +++ b/rtx/TARGET_ARM7/ARM7/TOOLCHAIN_GCC/HAL_CM0.S Fri Apr 29 16:15:30 2016 +0100 @@ -104,7 +104,7 @@ 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}^