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

◆ seek()

bool fl::NullFileHandle::seek ( fl::size pos)
inlineoverridevirtual

Implements fl::FileHandle.

Definition at line 37 of file file_system.cpp.

37 {
39 return false;
40 }
fl::size pos() const override
#define FASTLED_UNUSED(x)
Definition unused.h:4

References FASTLED_UNUSED, and pos().

+ Here is the call graph for this function: