Skip to content

Commit a73e898

Browse files
committed
task.c - remove tskTCB
1 parent 055586f commit a73e898

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/tasks.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,7 @@ typedef struct TaskControlBlock_t
326326
int iTaskErrno;
327327
#endif
328328

329-
} tskTCB;
330-
331-
/* The old tskTCB name is maintained above then typedefed to the new TCB_t name
332-
below to enable the use of older kernel aware debuggers. */
333-
typedef tskTCB TCB_t;
329+
} TCB_t;
334330

335331
/*lint -save -e956 A manual analysis and inspection has been used to determine
336332
which static variables must be declared volatile. */

0 commit comments

Comments
 (0)