We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
Why i don't can use __task using the uVision 3 (evaluation version), because the editor recognize the directive, but the compiler no?
Any assistance is appreciated
At one point (after to move to RTL from ARTX) __task was not defined at all anywhere.
If is now defined as
#define __task
in RTL.h (You may have an eval version that does not have it or you may not be including RTL.h)
It no longer serves any purpose unless you want to use it to comment your code.