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

Method persistWrite

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

Source from the content-addressed store, hash-verified

54
55fl::u8 Watchdog::persistRead(fl::size /*idx*/) const FL_NOEXCEPT { return 0; }
56void Watchdog::persistWrite(fl::size /*idx*/, fl::u8 /*v*/) FL_NOEXCEPT {}
57
58fl::u16 Watchdog::consecutiveCrashCount() const FL_NOEXCEPT { return 0; }
59void Watchdog::markCleanShutdown() FL_NOEXCEPT {}

Callers 1

watchdog.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected