From b5159a91498006c4ad8ff55465437a9fe18899a5 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 2 May 2017 23:33:16 +0300 Subject: [PATCH] zephyr/mpconfigport.h: Enable line number information for scripts. --- zephyr/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/mpconfigport.h b/zephyr/mpconfigport.h index 2c57ede4d..98a033be4 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)