Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OSVersion() obtains the current version of µC/OS-III.

Arguments

p_err

is a pointer to a variable that contains an error code returned by this function. Currently, OSVersion() always return:

OS_ERR_NONE

Returned Value

The version is returned as x.yy.zz multiplied by 10,000. For example, V3.00.00 is returned as 30000.

Notes/Warnings

None

Example