/* * watchdog.cpp * * Created on: Sep 1, 2023 * Author: Dario */ #include #include namespace sta { namespace rtos { void watchdogEventHandler(void * arg, uint32_t flags) { STA_DEBUG_PRINTLN("Watchdog is doing stuff?"); } } } // namespace sta