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

◆ openRead()

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

Implements fl::FsImpl.

Definition at line 65 of file file_system.cpp.

65 {
66 FASTLED_UNUSED(_path);
67 fl::shared_ptr<NullFileHandle> ptr = fl::make_shared<NullFileHandle>();
68 FileHandlePtr out = ptr;
69 return out;
70 }
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: