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)