mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-19 13:08:14 +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
|
||||
T: LocalAllocLeakExt<'alloc>,
|
||||
{
|
||||
let buff = bump
|
||||
.alloc_t()?
|
||||
.uninit
|
||||
.init(UnsafeCell::new([0; 7928])); // TODO !!! 7928
|
||||
let buff = bump.alloc_t()?.uninit.init(UnsafeCell::new([0; 7928])); // TODO !!! 7928
|
||||
|
||||
Some(Self {
|
||||
algo: None,
|
||||
|
Loading…
Reference in New Issue
Block a user