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

Method setSafeModeThreshold

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

Source from the content-addressed store, hash-verified

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; }
63
64// reboot() is FL_NORETURN — even on noop, we must spin forever so the
65// signature contract holds. Using a loop instead of abort() so we don't

Callers 1

watchdog.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected