VFS default mount points. More...
VFS default mount points.
VFS layer default definitions & mount points
Definition in file vfs_default.h.
 Include dependency graph for vfs_default.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define | VFS_DEFAULT_SD(n) "/sd" # n | 
| Default mount point for removable storage.  | |
| #define | VFS_DEFAULT_NVM(n) "/nvm" # n | 
| Default mount point for non-removable storage.  | |
| #define | VFS_DEFAULT_DATA VFS_DEFAULT_NVM(0) | 
| Default data directory This can be written to by applications.  | |