mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 00:57:44 -04:00
z180 - Remove HBIOS Comment.
Remove the comment on RomWBW HBIOS, regarding the location of the `pxCurrentTCB`. ```c /* Make unitialised in BSS for RomWBW HBIOS (to ensure above 0x8000) */ ``` Whilst it remains true for HBIOS that the `pxCurrentTCB` must be above `0x8000` to ensure that it is available during a yield, this is not the general case.
This commit is contained in:
parent
2a4e95b357
commit
2308387a34
1 changed files with 1 additions and 2 deletions
|
@ -39,10 +39,9 @@
|
|||
|
||||
/* We require the address of the pxCurrentTCB variable, but don't want to know
|
||||
any details of its type. */
|
||||
/* Make unitialised in BSS for RomWBW HBIOS (to ensure above 0x8000) */
|
||||
|
||||
typedef void TCB_t;
|
||||
extern volatile TCB_t * volatile pxCurrentTCB;
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue