mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
Ports should no longer use pyhelp_print_obj but instead should define MICROPY_PY_BUILTINS_HELP to 1 and then specify their help text using MICROPY_PY_BUILTINS_HELP_TEXT.