c - Compiler isn't handling freertos #define code -


i'm trying load demo code rx62n, code doesn't compile. lot of errors one.

error[pe125]: expected "(" c:\freertosv7.4.2\freertos\source\queue.c 263

which links here

if( xtaskremovefromeventlist( &( pxqueue->xtaskswaitingtosend ) ) == pdtrue ) {     portyield_within_api(); } 

and defined this

#ifndef portyield_within_api     #define portyield_within_api portyield #endif 

any idea why happen?

i realize left lot of stuff out of question, i've solved it. demo code tried load rsk not rdk(which have). ide old load correct workspace.

once did 2 things loaded , compiled successfully.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -