mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-21 14:08:13 +00:00
fixup! fixup! feat(core): introduce new drawing library
This commit is contained in:
parent
fe2518e4e1
commit
572de49dc2
@ -14,10 +14,7 @@ impl<'a> BlurCache<'a> {
|
|||||||
where
|
where
|
||||||
T: LocalAllocLeakExt<'alloc>,
|
T: LocalAllocLeakExt<'alloc>,
|
||||||
{
|
{
|
||||||
let buff = bump
|
let buff = bump.alloc_t()?.uninit.init(UnsafeCell::new([0; 7928])); // TODO !!! 7928
|
||||||
.alloc_t()?
|
|
||||||
.uninit
|
|
||||||
.init(UnsafeCell::new([0; 7928])); // TODO !!! 7928
|
|
||||||
|
|
||||||
Some(Self {
|
Some(Self {
|
||||||
algo: None,
|
algo: None,
|
||||||
|
Loading…
Reference in New Issue
Block a user