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

◆ adjust()

static FASTLED_FORCE_INLINE fl::u8 DATA_NOP::adjust ( FASTLED_REGISTER fl::u8 data)
inlinestatic

Hook called to adjust a byte of data before writing it to the output.

In this dummy version, no adjustment is made.

Definition at line 48 of file fastspi_types.h.

48{ return data; }

References FASTLED_FORCE_INLINE, and FASTLED_REGISTER.