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

Method markCleanShutdown

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

Source from the content-addressed store, hash-verified

57
58fl::u16 Watchdog::consecutiveCrashCount() const FL_NOEXCEPT { return 0; }
59void Watchdog::markCleanShutdown() FL_NOEXCEPT {}
60bool Watchdog::isInSafeMode() const FL_NOEXCEPT { return false; }
61fl::u16 Watchdog::safeModeThreshold() const FL_NOEXCEPT { return mSafeModeThreshold; }
62void Watchdog::setSafeModeThreshold(fl::u16 t) FL_NOEXCEPT { mSafeModeThreshold = t; }

Callers 1

watchdog.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected