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

◆ seek()

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

Implements fl::FileHandle.

Definition at line 38 of file file_system.cpp.

38 {
40 return false;
41 }
size_t pos() const override
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED, and pos().

+ Here is the call graph for this function: