FastLED
3.9.15
Loading...
Searching...
No Matches
◆
FL_REQUIRE_LT
#define FL_REQUIRE_LT
(
lhs
,
rhs
)
Value:
do
{ \
if (!
FL_CHECK_LT
(lhs, rhs))
return
; \
}
while
(0)
FL_CHECK_LT
#define FL_CHECK_LT(lhs, rhs)
Definition
fltest.h:784
Definition at line
810
of file
fltest.h
.
810
#define FL_REQUIRE_LT(lhs, rhs) \
811
do { \
812
if (!FL_CHECK_LT(lhs, rhs)) return; \
813
} while (0)
fl
test
fltest.h
Generated on Tue Jun 16 2026 00:07:02 for FastLED by
1.13.2