summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Tralamazza <daniel@tralamazza.com>2016-11-03 18:42:54 +0100
committerDaniel Tralamazza <daniel@tralamazza.com>2016-11-03 18:42:54 +0100
commit4f7b5eab7f4e379a2d0eb4676c64630568ec57d2 (patch)
treead6b55e93ce8cf88860338bfdaa7940e1cea9a70
parent28769f260951a9b7e8c1735602cc217f97ec81db (diff)
remove dup declaration mp_builtin_open_obj
-rw-r--r--nrf52/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nrf52/mpconfigport.h b/nrf52/mpconfigport.h
index c5cf2fc46..346876b7d 100644
--- a/nrf52/mpconfigport.h
+++ b/nrf52/mpconfigport.h
@@ -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 },