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 47ebc73 commit fcd8430Copy full SHA for fcd8430
src/codal_port/mpconfigport.h
@@ -55,6 +55,7 @@
55
#define MICROPY_HELPER_REPL (1)
56
#define MICROPY_REPL_AUTO_INDENT (1)
57
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
58
+#define MICROPY_ENABLE_SOURCE_LINE (1)
59
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
60
#define MICROPY_MODULE_BUILTIN_INIT (1)
61
#define MICROPY_MODULE_WEAK_LINKS (1)
0 commit comments