We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ece905 commit 2e51634Copy full SHA for 2e51634
py/mpextern.h
@@ -77,7 +77,4 @@ void mp_extern_load(const char *ext_name, mp_obj_dict_t *globals);
77
// to be implemented per-port
78
const byte *mp_extern_load_binary(const char *ext_name);
79
80
-// entry point for the extern binary
81
-void init(const mp_ext_table_t *et);
82
-
83
#endif // __MICROPY_INCLUDED_PY_MPEXTERN_H__
0 commit comments