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

◆ make_sdcard_filesystem()

FL_LINK_WEAK FsImplPtr fl::make_sdcard_filesystem ( int cs_pin)

Definition at line 62 of file file_system_sd.cpp.hpp.

62 {
63 FASTLED_UNUSED(cs_pin);
64 return FsImplPtr();
65}
#define FASTLED_UNUSED(x)

References FASTLED_UNUSED, and FL_LINK_WEAK.

Referenced by fl::FileSystem::beginSd().

+ Here is the caller graph for this function: