2. The prototype in "FreeOSEK\inc\win\Osek_Internal_Arch.h" for the CallTask function is wrong. It currently is: extern void CallTask(TaskType NewTask); But should be: extern void CallTask(TaskType OldTask, TaskType NewTask);
Updated the prototype
Log in to post a comment.
Updated the prototype