SYS_RunTask Function
C
void SYS_RunTask(void);
Description
This function is called by the stack or from the \c main() function to process tasks.
If several tasks have been posted by the moment of the function's call, they are executed in order of layers' priority: a task of the layer with the highest priority is executed first.
ingroup sys
Parameters
None
Returns
None