We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055586f commit a73e898Copy full SHA for a73e898
src/tasks.c
@@ -326,11 +326,7 @@ typedef struct TaskControlBlock_t
326
int iTaskErrno;
327
#endif
328
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;
+} TCB_t;
334
335
/*lint -save -e956 A manual analysis and inspection has been used to determine
336
which static variables must be declared volatile. */
0 commit comments