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

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

References FASTLED_UNUSED.