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:
parent
7f5b71817f
commit
1b8116129a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user