MCPcopy Create free account
hub / github.com/FastLED/FastLED / requires_assembly_handler

Function requires_assembly_handler

src/platforms/isr_null.hpp:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155inline bool requires_assembly_handler(u8 priority) FL_NOEXCEPT {
156 return null_requires_assembly_handler(priority);
157}
158
159} // namespace platforms
160} // namespace isr

Callers 1

FL_TEST_FILEFunction · 0.50

Calls 1

Tested by

no test coverage detected