Getter for test root path for stub platform
| 21 | |
| 22 | // Getter for test root path for stub platform |
| 23 | const char* getTestFileSystemRoot() FL_NOEXCEPT { |
| 24 | return g_stub_fs_root_path.c_str(); |
| 25 | } |
| 26 | |
| 27 | // Stub platform implementation that maps to real hard drive |
| 28 | FsImplPtr make_sdcard_filesystem(int cs_pin) FL_NOEXCEPT { |