diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2016-12-19 16:38:35 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2016-12-19 16:38:35 -0800 |
| commit | 427d33c706236985dff950382e1c6b896b36b1bd (patch) | |
| tree | d005ec600579bf605893abcfbb56228a1aa8d259 /py/objmodule.c | |
| parent | 576373552a9e0f53c24b55c40fdeb8be61807597 (diff) | |
atmel-samd: Add help() and remove mem_info functions from smallest builds to make room.
Diffstat (limited to 'py/objmodule.c')
| -rw-r--r-- | py/objmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/objmodule.c b/py/objmodule.c index 48e373b84..524112f3d 100644 --- a/py/objmodule.c +++ b/py/objmodule.c @@ -225,7 +225,7 @@ STATIC const mp_rom_map_elem_t mp_builtin_module_table[] = { #endif }; -STATIC MP_DEFINE_CONST_MAP(mp_builtin_module_map, mp_builtin_module_table); +MP_DEFINE_CONST_MAP(mp_builtin_module_map, mp_builtin_module_table); void mp_module_init(void) { mp_obj_dict_init(&MP_STATE_VM(mp_loaded_modules_dict), 3); |
