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
67
of file
file_system.cpp
.
67
{
68
FASTLED_UNUSED
(_path);
69
FileHandlePtr out = FileHandlePtr::TakeOwnership(
new
NullFileHandle());
70
return
out;
71
}
FASTLED_UNUSED
#define FASTLED_UNUSED(x)
Definition
unused.h:3
References
FASTLED_UNUSED
.
fl
NullFileSystem
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2