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

◆ read()

fl::size fl::NullFileHandle::read ( u8 * dst,
fl::size bytesToRead )
inlineoverridevirtual

Implements fl::FileHandle.

Definition at line 32 of file file_system.cpp.

32 {
33 FASTLED_UNUSED(dst);
34 FASTLED_UNUSED(bytesToRead);
35 return 0;
36 }
#define FASTLED_UNUSED(x)
Definition unused.h:4

References FASTLED_UNUSED.