FastLED
3.9.15
Loading...
Searching...
No Matches
◆
read()
size_t fl::NullFileHandle::read
(
uint8_t *
dst
,
size_t
bytesToRead
)
inline
override
virtual
Implements
fl::FileHandle
.
Definition at line
29
of file
file_system.cpp
.
29
{
30
FASTLED_UNUSED
(dst);
31
FASTLED_UNUSED
(bytesToRead);
32
return
0;
33
}
FASTLED_UNUSED
#define FASTLED_UNUSED(x)
Definition
unused.h:3
References
FASTLED_UNUSED
.
fl
NullFileHandle
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2