mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-07 15:18:08 +00:00
fixup! fixup! feat(core): introduce stream-like image decoding
This commit is contained in:
parent
d0802ce566
commit
f246d98d49
@ -160,6 +160,7 @@ impl<'a> PartialEq for BinaryData<'a> {
|
|||||||
(Self::Slice(a), Self::Slice(b)) => a.as_ptr() == b.as_ptr() && a.len() == b.len(),
|
(Self::Slice(a), Self::Slice(b)) => a.as_ptr() == b.as_ptr() && a.len() == b.len(),
|
||||||
#[cfg(feature = "micropython")]
|
#[cfg(feature = "micropython")]
|
||||||
(Self::Object(a), Self::Object(b)) => a == b,
|
(Self::Object(a), Self::Object(b)) => a == b,
|
||||||
|
#[cfg(feature = "micropython")]
|
||||||
_ => false,
|
_ => false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user