remove dup declaration mp_builtin_open_obj
This commit is contained in:
parent
28769f2609
commit
4f7b5eab7f
|
@ -71,7 +71,6 @@ typedef long mp_off_t;
|
|||
#define MP_PLAT_PRINT_STRN(str, len) mp_hal_stdout_tx_strn_cooked(str, len)
|
||||
|
||||
// extra built in names to add to the global namespace
|
||||
extern const struct _mp_obj_fun_builtin_t mp_builtin_open_obj;
|
||||
#define MICROPY_PORT_BUILTINS \
|
||||
{ MP_OBJ_NEW_QSTR(MP_QSTR_open), (mp_obj_t)&mp_builtin_open_obj },
|
||||
|
||||
|
|
Loading…
Reference in New Issue