Very small only because of master update
This commit is contained in:
parent
db9ec94330
commit
3ff3219a6a
16
UAV-ControlSystem/src/tasks_main.c
Normal file
16
UAV-ControlSystem/src/tasks_main.c
Normal 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 *
|
||||||
|
* -------- ---- ----------- *
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user