We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5373a3c commit 6c6ea57Copy full SHA for 6c6ea57
port/mpconfigport.h
@@ -65,7 +65,7 @@
65
#define MICROPY_KBD_EXCEPTION (1)
66
#define MICROPY_HELPER_REPL (1)
67
#define MICROPY_HELPER_LEXER_UNIX (0)
68
-#define MICROPY_ENABLE_SOURCE_LINE (0)
+#define MICROPY_ENABLE_SOURCE_LINE (1)
69
#define MICROPY_ENABLE_DOC_STRING (0)
70
#define MICROPY_ENABLE_SCHEDULER (1)
71
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
0 commit comments