Changes to support L152
Fork of mbed-rtos by
Diff: rtx/os_tcb.h
- Revision:
- 31:015df9e602b6
- Parent:
- 6:350b53afb889
--- 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;