remove dup declaration mp_builtin_open_obj

This commit is contained in:
Daniel Tralamazza 2016-11-03 18:42:54 +01:00
parent 28769f2609
commit 4f7b5eab7f
1 changed files with 0 additions and 1 deletions

View File

@ -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 },