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

Function get_error_string

src/fl/stl/isr/handler.cpp.hpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34const char* get_error_string(int error_code) {
35 return isr::platforms::get_error_string(error_code);
36}
37
38const char* get_platform_name() {
39 return isr::platforms::get_platform_name();

Callers 1

ensureIsrActiveFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected