Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Marmsoler committed Jul 7, 2024
1 parent 330f807 commit 35e086b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/read_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ fn read_file_with_odd_seek() {
let mut volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);

let mut volume = volume_mgr
.open_volume(embedded_sdmmc::VolumeIdx(0))
.open_volume(embedded_sdmmc::VolumeIdx(0), VolumeOpenMode::ReadOnly)
.unwrap();
let mut root_dir = volume.open_root_dir().unwrap();
let mut f = root_dir
Expand Down

0 comments on commit 35e086b

Please sign in to comment.