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

◆ enable_handler()

int fl::isr::enable_handler ( handle & h)

Enable an ISR (after temporary disable).

Definition at line 22 of file handler.cpp.hpp.

22 {
23 return isr::platforms::enable_handler(h);
24}