diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-05-02 23:33:16 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-05-02 23:33:16 +0300 |
commit | b5159a91498006c4ad8ff55465437a9fe18899a5 (patch) | |
tree | 39afb2b8205f933d6d2c3e5f1a5518f6aa2c928e | |
parent | c1b19115e584c5be21863a5e3d187356a28039b5 (diff) | |
download | micropython-b5159a91498006c4ad8ff55465437a9fe18899a5.tar.gz micropython-b5159a91498006c4ad8ff55465437a9fe18899a5.zip |
zephyr/mpconfigport.h: Enable line number information for scripts.
-rw-r--r-- | zephyr/mpconfigport.h | 1 |
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) |