FastLED
3.9.15
Loading...
Searching...
No Matches
◆
openRead()
FileHandlePtr fl::NullFileSystem::openRead
(
const char *
_path
)
inline
override
virtual
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
}
FASTLED_UNUSED
#define FASTLED_UNUSED(x)
Definition
unused.h:3
References
FASTLED_UNUSED
.
fl
NullFileSystem
Generated on Thu May 29 2025 04:44:58 for FastLED by
1.13.2