FastLED
3.9.15
Loading...
Searching...
No Matches
◆
FL_REQUIRE_EQ
#define FL_REQUIRE_EQ
(
lhs
,
rhs
)
Value:
do
{ \
if (!
FL_CHECK_EQ
(lhs, rhs))
return
; \
}
while
(0)
FL_CHECK_EQ
#define FL_CHECK_EQ(lhs, rhs)
Definition
fltest.h:776
Definition at line
800
of file
fltest.h
.
800
#define FL_REQUIRE_EQ(lhs, rhs) \
801
do { \
802
if (!FL_CHECK_EQ(lhs, rhs)) return; \
803
} while (0)
fl
test
fltest.h
Generated on Tue Jun 16 2026 00:07:02 for FastLED by
1.13.2