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

◆ FASTLED_DBG_IF

#define FASTLED_DBG_IF ( COND,
MSG )
Value:
if (COND) \
FASTLED_DBG(MSG)

Definition at line 381 of file log.h.

381#define FASTLED_DBG_IF(COND, MSG) \
382 if (COND) \
383 FASTLED_DBG(MSG)