commit | 3a1bbcc2ef46bbab90ef3cde88dfcd8810e71d74 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Wed Nov 25 00:43:11 2015 +0200 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Wed Nov 25 13:19:36 2015 +0200 |
tree | 7267596d43606e8bd6b22eea57d580ce2dcb9280 | |
parent | c8437f97ae1b9849bbb8e3abbf82a832cc901622 [diff] [blame] |
extmod: Move fsusermount.c from stmhal for cross-port reuse.
diff --git a/py/builtin.h b/py/builtin.h index 891b93e..5653c48 100644 --- a/py/builtin.h +++ b/py/builtin.h
@@ -105,4 +105,7 @@ extern const mp_obj_module_t mp_module_machine; extern const mp_obj_module_t mp_module_lwip; +// extmod functions +MP_DECLARE_CONST_FUN_OBJ(pyb_mount_obj); + #endif // __MICROPY_INCLUDED_PY_BUILTIN_H__