Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard. Added Nucleo STM32F103RB board
Fork of mbed-rtos by
Diff: rtx/rt_TypeDef.h
- Revision:
- 7:80173c64d05d
- Parent:
- 6:350b53afb889
- Child:
- 31:015df9e602b6
--- a/rtx/rt_TypeDef.h Fri Nov 23 09:57:31 2012 +0000
+++ b/rtx/rt_TypeDef.h Fri Nov 23 10:16:38 2012 +0000
@@ -58,7 +58,7 @@
typedef struct OS_TSK {
P_TCB run; /* Current running task */
- P_TCB new; /* Scheduled task to run */
+ P_TCB new_tsk; /* Scheduled task to run */
} *P_TSK;
typedef struct OS_ROBIN { /* Round Robin Control */
