mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/same54-xpro: use default mount point
This commit is contained in:
parent
7ba58d4461
commit
2d352306ea
@ -63,8 +63,8 @@ static mtd_at24cxxx_t at24mac_dev = {
|
|||||||
mtd_dev_t *mtd1 = (mtd_dev_t *)&at24mac_dev;
|
mtd_dev_t *mtd1 = (mtd_dev_t *)&at24mac_dev;
|
||||||
|
|
||||||
#ifdef MODULE_VFS_DEFAULT
|
#ifdef MODULE_VFS_DEFAULT
|
||||||
#include "fs/littlefs2_fs.h"
|
#include "vfs_default.h"
|
||||||
VFS_AUTO_MOUNT(littlefs2, VFS_MTD(same54_nor_dev), "/nvm", 0);
|
VFS_AUTO_MOUNT(littlefs2, VFS_MTD(same54_nor_dev), VFS_DEFAULT_NVM(0), 0);
|
||||||
#endif
|
#endif
|
||||||
#endif /* MODULE_MTD */
|
#endif /* MODULE_MTD */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user