FastLED 3.9.15
Loading...
Searching...
No Matches

◆ flush()

bool fl::flush ( u32 timeoutMs)

Definition at line 208 of file cstdio.cpp.hpp.

208 {
209#ifdef FASTLED_TESTING
210 if (get_flush_handler()) {
211 return get_flush_handler()(timeoutMs);
212 }
213#endif
214 return platforms::flush(timeoutMs);
215}

Referenced by fl::SerialPort::flush(), and printJsonRaw().

+ Here is the caller graph for this function: