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