turn on MICROPY_ENABLE_SOURCE_LINE in nrf

This commit is contained in:
Dan Halbert 2018-01-09 21:19:28 -05:00 committed by Scott Shawcroft
parent 01443a9619
commit 23eb79ca8f
1 changed files with 1 additions and 1 deletions

View File

@ -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