summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-05-02 23:33:16 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-05-02 23:33:16 +0300
commitb5159a91498006c4ad8ff55465437a9fe18899a5 (patch)
tree39afb2b8205f933d6d2c3e5f1a5518f6aa2c928e
parentc1b19115e584c5be21863a5e3d187356a28039b5 (diff)
downloadmicropython-b5159a91498006c4ad8ff55465437a9fe18899a5.tar.gz
micropython-b5159a91498006c4ad8ff55465437a9fe18899a5.zip
zephyr/mpconfigport.h: Enable line number information for scripts.
-rw-r--r--zephyr/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/mpconfigport.h b/zephyr/mpconfigport.h
index 2c57ede4d5..98a033be46 100644
--- a/zephyr/mpconfigport.h
+++ b/zephyr/mpconfigport.h
@@ -35,6 +35,7 @@
#define MICROPY_HEAP_SIZE (16 * 1024)
#endif
+#define MICROPY_ENABLE_SOURCE_LINE (1)
#define MICROPY_STACK_CHECK (1)
#define MICROPY_ENABLE_GC (1)
#define MICROPY_HELPER_REPL (1)