File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ static const struct fs_file_system_t fatfs_fs = {
568
568
static FATFS fs_data_##inst; \
569
569
struct fs_mount_t FS_FSTAB_ENTRY(DT_DRV_INST(inst)) = { \
570
570
.type = FS_FATFS, \
571
- .mnt_point = DT_INST_PROP (inst, mount_point), \
571
+ .mnt_point = FSTAB_ENTRY_DT_INST_MOUNT_POINT (inst), \
572
572
.fs_data = &fs_data_##inst, \
573
573
.storage_dev = NULL, \
574
574
.flags = FSTAB_ENTRY_DT_MOUNT_FLAGS(DT_DRV_INST(inst)), \
Original file line number Diff line number Diff line change @@ -1101,7 +1101,7 @@ static struct fs_littlefs fs_data_##inst = { \
1101
1101
}; \
1102
1102
struct fs_mount_t FS_FSTAB_ENTRY(DT_DRV_INST(inst)) = { \
1103
1103
.type = FS_LITTLEFS, \
1104
- .mnt_point = DT_INST_PROP (inst, mount_point ), \
1104
+ .mnt_point = FSTAB_ENTRY_DT_INST_MOUNT_POINT (inst), \
1105
1105
.fs_data = &fs_data_##inst, \
1106
1106
.storage_dev = (void *)DT_FIXED_PARTITION_ID(FS_PARTITION(inst)), \
1107
1107
.flags = FSTAB_ENTRY_DT_MOUNT_FLAGS(DT_DRV_INST(inst)), \
You can’t perform that action at this time.
0 commit comments