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

◆ postBlock()

static FASTLED_FORCE_INLINE void DATA_NOP::postBlock ( int ,
void * context = NULL )
inlinestatic

Hook called after a block of data is written to the output.

In this dummy version, no action is performed.

Definition at line 50 of file fastspi_types.h.

50 {
51 FASTLED_UNUSED(context);
52 }
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_FORCE_INLINE, and FASTLED_UNUSED.