Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 3.05

...

is a pointer to a variable used to hold an error code:

OS_ERR_FATAL_RETURN

if If we ever return to this function.

OS_ERR_OS_NOT_RUNNING

...

INIT

 µC/OS-III not initialized.

OS_ERR_OS_NO_APP_TASK

No application task created.

OS_ERR_OS_RUNNING

If the kernel is already running. In other words, if this function has already been called.

...