summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-01-09 21:19:28 -0500
committerScott Shawcroft <scott@tannewt.org>2018-01-16 18:11:54 -0800
commit23eb79ca8f425f0ff0ae5e71e968d24460245bf4 (patch)
tree34ef5dfe5eb5c69c89e9fc582624c1edb1eb16e0
parent01443a9619e7cbedd1697418855243cd95e0e674 (diff)
turn on MICROPY_ENABLE_SOURCE_LINE in nrf
-rw-r--r--ports/nrf/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/mpconfigport.h b/ports/nrf/mpconfigport.h
index 2f7c19d3a..e6a331426 100644
--- a/ports/nrf/mpconfigport.h
+++ b/ports/nrf/mpconfigport.h
@@ -43,7 +43,7 @@
#define MICROPY_HELPER_REPL (1)
#define MICROPY_REPL_EMACS_KEYS (0)
#define MICROPY_REPL_AUTO_INDENT (1)
-#define MICROPY_ENABLE_SOURCE_LINE (0)
+#define MICROPY_ENABLE_SOURCE_LINE (1)
//CP UPDATE: See mpconfigport.h for LONGINT implementation
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#if NRF51