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

◆ openRead()

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

Implements fl::FsImpl.

Definition at line 67 of file file_system.cpp.

67 {
68 FASTLED_UNUSED(_path);
69 FileHandlePtr out = FileHandlePtr::TakeOwnership(new NullFileHandle());
70 return out;
71 }
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED.