| 27 | namespace IFS |
| 28 | { |
| 29 | FileSystem* createSpiffsFilesystem(Storage::Partition partition) |
| 30 | { |
| 31 | auto fs = new SPIFFS::FileSystem(partition); |
| 32 | return FileSystem::cast(fs); |
| 33 | } |
| 34 | |
| 35 | } // namespace IFS |
| 36 |
no outgoing calls
no test coverage detected