FastLED 3.9.15
Loading...
Searching...
No Matches
exit.h
Go to the documentation of this file.
1#pragma once
2
3namespace fl {
4
8inline void exit(int code) {
9 (void)code; // Suppress unused parameter warning
10 // No-op: intentionally does nothing
11}
12
13} // namespace fl
void exit(int code)
No-op exit function for embedded systems In embedded environments, calling exit is typically not mean...
Definition exit.h:8
Base definition for an LED controller.
Definition crgb.hpp:179