1 parent 50438b5 commit 4c710cfCopy full SHA for 4c710cf
1 file changed
ports/unix/mpconfigport.h
@@ -323,3 +323,6 @@ void mp_unix_mark_exec(void);
323
// For debugging purposes, make printf() available to any source file.
324
#include <stdio.h>
325
#endif
326
+
327
+#define MICROPY_PY_BUILTINS_HELP (1)
328
+#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
0 commit comments