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
Post a Comment