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

◆ read()

size_t fl::NullFileHandle::read ( uint8_t * dst,
size_t bytesToRead )
inlineoverridevirtual

Implements fl::FileHandle.

Definition at line 29 of file file_system.cpp.

29 {
30 FASTLED_UNUSED(dst);
31 FASTLED_UNUSED(bytesToRead);
32 return 0;
33 }
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED.