MCPcopy Create free account
hub / github.com/bdring/FluidNC / SDFS

Method SDFS

X86TestSupport/TestSupport/SDFS.cpp:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace fs {
4
5 SDFS::SDFS(FSImplPtr impl) : fs::FS(impl) {}
6 bool SDFS::begin(uint8_t ssPin, SPIClass& spi, uint32_t frequency, const char* mountpoint, uint8_t max_files, bool format_if_empty) {
7 return true;
8 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected