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 fl::shared_ptr<NullFileHandle> ptr = fl::make_shared<NullFileHandle>();
70 FileHandlePtr out = ptr;
71 return out;
72 }
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348
#define FASTLED_UNUSED(x)
Definition unused.h:4

References FASTLED_UNUSED, and fl::make_shared().

+ Here is the call graph for this function: