This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PORTABLE.H(103): error C129: missing ';' before '*'

Hi everybody !
I just want to ask somethong...

portSTACK_TYPE *pxPortInitialiseStack( portSTACK_TYPE *pxTopOfStack, pdTASK_CODE pxCode, void *pvParameters );

here the compiler says:
PORTABLE.H(103): error C129: missing ';' before '*'

can somebody help ???

0