FastLED
3.9.15
Loading...
Searching...
No Matches
◆
FL_REQUIRE_GT
#define FL_REQUIRE_GT
(
lhs
,
rhs
)
Value:
do
{ \
if (!
FL_CHECK_GT
(lhs, rhs))
return
; \
}
while
(0)
FL_CHECK_GT
#define FL_CHECK_GT(lhs, rhs)
Definition
fltest.h:788
Definition at line
815
of file
fltest.h
.
815
#define FL_REQUIRE_GT(lhs, rhs) \
816
do { \
817
if (!FL_CHECK_GT(lhs, rhs)) return; \
818
} while (0)
fl
test
fltest.h
Generated on Tue Jun 16 2026 00:07:02 for FastLED by
1.13.2