MCPcopy Create free account
hub / github.com/FastLED/FastLED / disable

Method disable

src/platforms/shared/watchdog_noop.hpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48void Watchdog::begin(fl::u32 /*timeout_ms*/) FL_NOEXCEPT {}
49void Watchdog::feed() FL_NOEXCEPT {}
50void Watchdog::disable() FL_NOEXCEPT {}
51
52ResetCause Watchdog::lastResetCause() const FL_NOEXCEPT { return ResetCause::UNKNOWN; }
53bool Watchdog::lastResetWasWatchdog() const FL_NOEXCEPT { return false; }

Callers 1

watchdog.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected