Rtos code cntains bug possible incompatability with I2C
Fork of mbed-rtos by
Diff: rtx/TARGET_CORTEX_M/rt_TypeDef.h
- Revision:
- 59:28712e303960
- Parent:
- 49:77c8e4604045
- Child:
- 112:53ace74b190c
--- a/rtx/TARGET_CORTEX_M/rt_TypeDef.h Tue Dec 16 08:15:25 2014 +0000
+++ b/rtx/TARGET_CORTEX_M/rt_TypeDef.h Tue Jan 06 16:16:03 2015 +0000
@@ -41,7 +41,7 @@
typedef U32 OS_RESULT;
#define TCB_STACKF 32 /* 'stack_frame' offset */
-#define TCB_TSTACK 36 /* 'tsk_stack' offset */
+#define TCB_TSTACK 40 /* 'tsk_stack' offset */
typedef struct OS_PSFE { /* Post Service Fifo Entry */
void *id; /* Object Identification */
