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.
| 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. |
| 19 | void scopedWatchdogPrintLine(fl::string_view sv) FL_NOEXCEPT { |
| 20 | FL_WARN(sv); |
| 21 | } |
| 22 | |
| 23 | // Wraps fl::delay() — portable across stub/WASM/embedded. |
| 24 | void scopedWatchdogPause3s() FL_NOEXCEPT { |
no outgoing calls
no test coverage detected