mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-19 19:27:45 -04:00
Minor updates to ensure all kernel aware debuggers are happy with V8.
This commit is contained in:
parent
e101e7e437
commit
ba6d285ea8
3 changed files with 25 additions and 7 deletions
|
@ -167,7 +167,11 @@ typedef struct tskTaskControlBlock
|
|||
struct _reent xNewLib_reent;
|
||||
#endif
|
||||
|
||||
} TCB_t;
|
||||
} tskTCB;
|
||||
|
||||
/* The old tskTCB name is maintained above then typedefed to the new TCB_t name
|
||||
below to enable the use of older kernel aware debuggers. */
|
||||
typedef tskTCB TCB_t;
|
||||
|
||||
/*
|
||||
* Some kernel aware debuggers require the data the debugger needs access to to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue