ensure all flash writes are aligned

This commit is contained in:
2026-08-29 15:01:48 +00:00
committed by rhetenor
parent 704682b0ae
commit b63195b943
4 changed files with 65 additions and 37 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ pub struct Card {
pub sprite: Sprite,
}
impl<'a> TryFrom<RawCard> for Card {
impl TryFrom<RawCard> for Card {
type Error = &'static str;
fn try_from(raw_card: RawCard) -> Result<Self, Self::Error> {