mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 09:37:34 +00:00
Added dummy task. Still a lot of compiler errors to be fixed
This commit is contained in:
20
App/Src/watchdog.cpp
Normal file
20
App/Src/watchdog.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* watchdog.cpp
|
||||
*
|
||||
* Created on: Sep 1, 2023
|
||||
* Author: Dario
|
||||
*/
|
||||
|
||||
#include <sta/debug/debug.hpp>
|
||||
#include <sta/rtos/system/watchdog.hpp>
|
||||
|
||||
namespace sta
|
||||
{
|
||||
namespace rtos
|
||||
{
|
||||
void watchdogEventHandler(void * arg, uint32_t flags)
|
||||
{
|
||||
STA_DEBUG_PRINTLN("Watchdog is doing stuff?");
|
||||
}
|
||||
}
|
||||
} // namespace sta
|
Reference in New Issue
Block a user