rust-embedded-community / embedded-sdmmc-rs

A SD/MMC library with FAT16/FAT32 support, suitable for Embedded Rust systems
Apache License 2.0
309 stars 73 forks source link

Fix seeking #133

Closed thejpster closed 3 months ago

thejpster commented 4 months ago

Hopefully closes #131. Now we start from the beginning of a file when the current offset is ahread of the desired offset.

thejpster commented 4 months ago

The test first failed with attempt to subtract with overflow and after the fix it no longer fails.

thejpster commented 3 months ago

Seems fine to me, thanks!

Can you smash that Bell Icon Approve button?