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

Function scopedWatchdogPrintLine

src/fl/wdt/_build.cpp.hpp:19–21  ·  view source on GitHub ↗

Print-sink implementation used by ScopedWatchdog's first-init path. Defined here (in the unity TU) rather than in watchdog.cpp.hpp so that public headers don't pull in fl/log/log.h.

Source from the content-addressed store, hash-verified

17// here (in the unity TU) rather than in watchdog.cpp.hpp so that public
18// headers don't pull in fl/log/log.h.
19void scopedWatchdogPrintLine(fl::string_view sv) FL_NOEXCEPT {
20 FL_WARN(sv);
21}
22
23// Wraps fl::delay() — portable across stub/WASM/embedded.
24void scopedWatchdogPause3s() FL_NOEXCEPT {

Callers 2

scopedWatchdogFirstInitFunction · 0.85
ScopedWatchdogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected