/** Task status mode constant, for passing to Scheduler_SetTaskMode() or Scheduler_SetGroupTaskMode(). */\r
#define TASK_STOP false\r
\r
- /* Psuedo-Functions: */\r
+ /* Pseudo-Function Macros: */\r
#if defined(__DOXYGEN__)\r
/** Starts the scheduler in its infinite loop, executing running tasks. This should be placed at the end\r
* of the user application's main() function, as it can never return to the calling function.\r