MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / getFatEntrySizeInBytes

Method getFatEntrySizeInBytes

lib/src/filesystem/fat/Fat16FileSystem.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 */
72
73 uint32_t Fat16FileSystem::getFatEntrySizeInBytes() const {
74 return 2;
75 }
76
77 /**
78 * @copydoc FatFileSystem::getBadClusterMarker

Callers 3

nextMethod · 0.45
currentContentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected