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

◆ FL_REQUIRE_LE

#define FL_REQUIRE_LE ( lhs,
rhs )
Value:
do { \
if (!FL_CHECK_LE(lhs, rhs)) return; \
} while (0)
#define FL_CHECK_LE(lhs, rhs)
Definition fltest.h:792

Definition at line 820 of file fltest.h.

820#define FL_REQUIRE_LE(lhs, rhs) \
821 do { \
822 if (!FL_CHECK_LE(lhs, rhs)) return; \
823 } while (0)