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 26 of file file_system.cpp.

26 {
27 FASTLED_UNUSED(dst);
28 FASTLED_UNUSED(bytesToRead);
29 return 0;
30 }
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED.