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

◆ read()

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

Implements fl::filebuf.

Definition at line 42 of file file_system.cpp.hpp.

42 {
43 FASTLED_UNUSED(dst);
44 FASTLED_UNUSED(bytesToRead);
45 return 0;
46 }
#define FASTLED_UNUSED(x)

References FASTLED_UNUSED.