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

◆ print()

void fl::test::SerialReporter::print ( const char * msg)
private

Definition at line 503 of file fltest.cpp.hpp.

503 {
504 if (mPrintFunc) {
505 mPrintFunc(msg);
506 } else {
507 fl::printf("%s", msg);
508 }
509}
SerialPrintFunc mPrintFunc
Definition fltest.h:537
void printf(const char *format, const Args &... args) FL_NOEXCEPT
Printf-like formatting function that prints directly to the platform output.
Definition stdio.h:635

References FL_NOEXCEPT, mPrintFunc, and fl::printf().

Referenced by testRunStart().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: