-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
I feel like I am missing something here, but are multi-block writes not possible through the public API?
SdCardInner::write(..)
seems to have the support for writing multiple blocks properly, but all the calling functions (specifically the public VolumeManager::write()
) seem to just use a single [Block::new()]
multiple times, instead of an actual multi-element array of Block
. Is this correct?
Metadata
Metadata
Assignees
Labels
No labels