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

◆ exit()

void fl::exit ( int code)
inline

No-op exit function for embedded systems In embedded environments, calling exit is typically not meaningful, so this is a placeholder that does nothing.

Definition at line 8 of file exit.h.

8 {
9 (void)code; // Suppress unused parameter warning
10 // No-op: intentionally does nothing
11}

Referenced by kiss_fftr(), and kiss_fftri().

+ Here is the caller graph for this function: