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

◆ isEnabled()

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

Definition at line 155 of file async_logger.h.

155 {
156 #ifdef FASTLED_LOG_FLEXIO_ENABLED
157 return true;
158 #else
159 return false;
160 #endif
161 }