FastLED 3.9.15
Loading...
Searching...
No Matches

◆ FL_REQUIRE_NE

#define FL_REQUIRE_NE ( lhs,
rhs )
Value:
do { \
if (!FL_CHECK_NE(lhs, rhs)) return; \
} while (0)
#define FL_CHECK_NE(lhs, rhs)
Definition fltest.h:780

Definition at line 805 of file fltest.h.

805#define FL_REQUIRE_NE(lhs, rhs) \
806 do { \
807 if (!FL_CHECK_NE(lhs, rhs)) return; \
808 } while (0)