Working input data stream

Dependents:   IOT_HW_7_THREADS_web_control

Fork of mbed-rtos by mbed official

Revision:
7:80173c64d05d
Parent:
6:350b53afb889
--- 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                     */