mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
Comes with some refactoring of code and renaming of files. All modules are now named mod*.[ch].
3 lines
100 B
C
3 lines
100 B
C
mp_obj_t mp_builtin_tables_lookup_object(qstr q);
|
|
mp_obj_t mp_builtin_tables_lookup_module(qstr q);
|