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

Function null_get_platform_name

src/platforms/isr_null.hpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82inline const char* null_get_platform_name() FL_NOEXCEPT {
83 return "Null";
84}
85
86inline u32 null_get_max_timer_frequency() FL_NOEXCEPT {
87 return 0; // No timer support

Callers 1

get_platform_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected