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

◆ isEnabled()

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

Definition at line 143 of file async_logger.h.

143 {
144 #ifdef FASTLED_LOG_INTERRUPT_ENABLED
145 return true;
146 #else
147 return false;
148 #endif
149 }