Platforms eed to implement this to create an instance of the filesystem.
| 357 | namespace fl { |
| 358 | // Platforms eed to implement this to create an instance of the filesystem. |
| 359 | FsImplPtr make_sdcard_filesystem(int cs_pin) { return fl::make_shared<FsImplWasm>(); } |
| 360 | } // namespace fl |
| 361 | |
| 362 | #endif // FL_IS_WASM |
no outgoing calls