Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-rtos by
Diff: rtx/os_tcb.h
- Revision:
- 31:015df9e602b6
- Parent:
- 6:350b53afb889
diff -r 3761f69dbbb2 -r 015df9e602b6 rtx/os_tcb.h --- a/rtx/os_tcb.h Tue May 27 08:30:16 2014 +0100 +++ b/rtx/os_tcb.h Tue Jun 03 11:30:14 2014 +0100 @@ -36,13 +36,13 @@ U16 priv_stack; /* Private stack size in bytes */ U32 tsk_stack; /* Current task Stack pointer (R13) */ U32 *stack; /* Pointer to Task Stack memory block */ - + /* Library dependant part */ #if defined (__CC_ARM) && !defined (__MICROLIB) /* A memory space for arm standard library. */ U32 std_libspace[96/4]; #endif - + /* Task entry point used for uVision debugger */ FUNCP ptask; /* Task entry address */ } *P_TCB;
