Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ null_requires_assembly_handler
Function
null_requires_assembly_handler
src/platforms/isr_null.hpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
inline bool null_requires_assembly_handler(u8 priority) FL_NOEXCEPT {
99
(void)priority;
100
return false;
101
}
102
103
} // namespace isr
104
Callers
1
requires_assembly_handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected