1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-05 13:26:57 +00:00

chore(core): add a missing Map import for obj_module macro

[no changelog]
This commit is contained in:
Roman Zeyde 2025-05-26 07:44:21 +03:00 committed by Roman Zeyde
parent 7f5b71817f
commit 1b8116129a

View File

@ -180,7 +180,7 @@ macro_rules! obj_module {
#[allow(unused_unsafe)]
#[allow(unused_doc_comments)]
unsafe {
use $crate::micropython::ffi;
use $crate::micropython::{ffi, map::Map};
static DICT: ffi::mp_obj_dict_t = ffi::mp_obj_dict_t {
base: ffi::mp_obj_base_t {