#include namespace sta { namespace tacos { #ifdef STA_TACOS_WATCHDOG_ENABLED uint16_t getNumThreadRestarts() { return Watchdog::instance()->getNumRestarts(); } #endif // STA_TACOS_WATCHDOG_ENABLED } // namespace tacos } // namespace sta