This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All,
When I added a new Task to the DSP_BIOS I'm getting the error "....error: declaration is incompatible with "TSK_Obj xxx" (declared at line 24 of "xxxx.h") but as I checked the name is identical, what could be incompatible?
Many Thanks,
HR
Hi HR,
Did you by any chance gave the task and the function called by the task the same name?
If yes, please do not do that, the compiler is complaining that you are associating the same name to a function and a TSK_Obj.