ensure all flash writes are aligned
This commit is contained in:
+1
-1
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user