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

◆ FL_REQUIRE_GE

#define FL_REQUIRE_GE ( lhs,
rhs )
Value:
do { \
if (!FL_CHECK_GE(lhs, rhs)) return; \
} while (0)
#define FL_CHECK_GE(lhs, rhs)
Definition fltest.h:796

Definition at line 825 of file fltest.h.

825#define FL_REQUIRE_GE(lhs, rhs) \
826 do { \
827 if (!FL_CHECK_GE(lhs, rhs)) return; \
828 } while (0)