diff options
Diffstat (limited to 'qemu-arm/main.c')
-rw-r--r-- | qemu-arm/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-arm/main.c b/qemu-arm/main.c index 66c404254e..e0f9a10ae6 100644 --- a/qemu-arm/main.c +++ b/qemu-arm/main.c @@ -52,7 +52,7 @@ mp_import_stat_t mp_import_stat(const char *path) { return MP_IMPORT_STAT_NO_EXIST; } -mp_obj_t mp_builtin_open(uint n_args, const mp_obj_t *args, mp_map_t *kwargs) { +mp_obj_t mp_builtin_open(mp_uint_t n_args, const mp_obj_t *args, mp_map_t *kwargs) { return mp_const_none; } MP_DEFINE_CONST_FUN_OBJ_KW(mp_builtin_open_obj, 1, mp_builtin_open); |