mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-02 16:51:53 +00:00
Added basic manager task
This commit is contained in:
parent
d7d80c2288
commit
7b76e5a2a6
26
App/Src/tasks/manager.cpp
Normal file
26
App/Src/tasks/manager.cpp
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
/*
|
||||||
|
* manager.cpp
|
||||||
|
*
|
||||||
|
* Created on: Aug 30, 2023
|
||||||
|
* Author: Dario
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#include <cmsis_os2.h>
|
||||||
|
|
||||||
|
#include <sta/debug/debug.hpp>
|
||||||
|
|
||||||
|
|
||||||
|
extern "C" void managerTask(void *)
|
||||||
|
{
|
||||||
|
STA_DEBUG_PRINTLN("INITIALIZED MANAGER TASK");
|
||||||
|
|
||||||
|
while (true)
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
osThreadExit();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user