diff options
Diffstat (limited to 'py/objmap.c')
-rw-r--r-- | py/objmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/objmap.c b/py/objmap.c index 6e5c79017d..2cbc1619ba 100644 --- a/py/objmap.c +++ b/py/objmap.c @@ -36,7 +36,7 @@ typedef struct _mp_obj_map_t { mp_obj_base_t base; - machine_uint_t n_iters; + mp_uint_t n_iters; mp_obj_t fun; mp_obj_t iters[]; } mp_obj_map_t; |