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

◆ postBlock()

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

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

In this dummy version, no action is performed.

Definition at line 59 of file fastspi_types.h.

59 {
60 FASTLED_UNUSED(context);
61 }
#define FASTLED_UNUSED(x)

References FASTLED_FORCE_INLINE, and FASTLED_UNUSED.