Added dummy task. Still a lot of compiler errors to be fixed

This commit is contained in:
dario
2023-09-22 15:50:26 +02:00
parent 326083e48a
commit 10bcad8203
13 changed files with 88 additions and 387 deletions

20
App/Src/watchdog.cpp Normal file
View 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