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

◆ push() [1/2]

void fl::AsyncLogger::push ( const char * msg)

Definition at line 63 of file async_logger.cpp.hpp.

63 {
64 mQueue.push(msg);
65}
AsyncLogQueue< 128, 4096 > mQueue

References mQueue.