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

◆ seek() [2/2]

bool fl::NullFileHandle::seek ( fl::size_t pos,
seek_dir dir )
inlineoverridevirtual

Implements fl::filebuf.

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

54 {
56 FASTLED_UNUSED(dir);
57 return false;
58 }
fl::size_t pos() const
#define FASTLED_UNUSED(x)

References FASTLED_UNUSED, and fl::filebuf::pos().

+ Here is the call graph for this function: