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

◆ openRead()

FileHandlePtr fl::NullFileSystem::openRead ( const char * _path)
inlineoverridevirtual

Implements fl::FsImpl.

Definition at line 63 of file file_system.cpp.

63 {
64 FASTLED_UNUSED(_path);
65 FileHandlePtr out = FileHandlePtr::TakeOwnership(new NullFileHandle());
66 return out;
67 }
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED.