Very small only because of master update

This commit is contained in:
Jonas Holmberg 2016-09-21 10:09:22 +02:00
parent db9ec94330
commit 3ff3219a6a

View File

@ -0,0 +1,16 @@
/**************************************************************************
* NAME: tasks_main.c *
* PURPOSE: Holds the function implementations for the individual tasks
* that are invoked when a task is executed in the scheduler. Each task
* needs to have an associated function that has to be invoked when it is
* chosen as the task to run. Additionally optional event driven task
* functions must be implemented here as well. This file will include
* different drivers meaning that the task functions could jump around
* into other files before finishing its execution.
* INFORMATION: *
* GLOBAL VARIABLES: *
* Variable Type Description *
* -------- ---- ----------- *
***************************************************************************/