Hi,
IAR EWARM allows to put an extended keyword "__task" in front of a thread. If I do so then I get a compiler error in the line of OS_CREATETASK():
in main() I do:
and get this error:
Thanks, Arne
IAR EWARM allows to put an extended keyword "__task" in front of a thread. If I do so then I get a compiler error in the line of OS_CREATETASK():
in main() I do:
and get this error:
Without __task everything works fine. Any idea how to solve this one?Error[Pe167]: argument of type "void (__interwork __task *)(void)" is incompatible with parameter of type "void (*)(void)" D:\ZSE\main.c 762
Thanks, Arne