diff options
Diffstat (limited to 'teensy/mpconfigport.h')
| -rw-r--r-- | teensy/mpconfigport.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/teensy/mpconfigport.h b/teensy/mpconfigport.h index 56bd25c61..697106378 100644 --- a/teensy/mpconfigport.h +++ b/teensy/mpconfigport.h @@ -21,9 +21,9 @@ #define MICROPY_PY_CMATH (1) // extra built in names to add to the global namespace -extern const struct _mp_obj_fun_native_t mp_builtin_help_obj; -extern const struct _mp_obj_fun_native_t mp_builtin_input_obj; -extern const struct _mp_obj_fun_native_t mp_builtin_open_obj; +extern const struct _mp_obj_fun_builtin_t mp_builtin_help_obj; +extern const struct _mp_obj_fun_builtin_t mp_builtin_input_obj; +extern const struct _mp_obj_fun_builtin_t mp_builtin_open_obj; #define MICROPY_PORT_BUILTINS \ { MP_OBJ_NEW_QSTR(MP_QSTR_help), (mp_obj_t)&mp_builtin_help_obj }, \ { MP_OBJ_NEW_QSTR(MP_QSTR_input), (mp_obj_t)&mp_builtin_input_obj }, \ |
