1
0
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:
cepetr 2024-05-02 09:51:05 +02:00
parent fe2518e4e1
commit 572de49dc2

View File

@ -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,