diff --git a/portable/SDCC/Z180/port.c b/portable/SDCC/Z180/port.c index 8bd08e3f8..ccd66c907 100644 --- a/portable/SDCC/Z180/port.c +++ b/portable/SDCC/Z180/port.c @@ -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; - /*-----------------------------------------------------------*/ /*