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

◆ isEnabled()

static bool fl::detail::RmtLoggerInfo::isEnabled ( )
inlinestatic

Definition at line 107 of file async_logger.h.

107 {
108 #ifdef FASTLED_LOG_RMT_ENABLED
109 return true;
110 #else
111 return false;
112 #endif
113 }