diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-09-20 15:16:52 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-09-20 15:16:52 -0700 |
| commit | dbbb2a5ca4c1e66792e0ab96cd33aa4ec5d73fad (patch) | |
| tree | c797097d53cc2aee9d6a3b9ed30b9b3c459c619b | |
| parent | 005122e5818ae66adadea0045be7a72461be8edf (diff) | |
atmel-samd: Turn off normal errors but turn on source code line reporting.
| -rw-r--r-- | atmel-samd/mpconfigport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atmel-samd/mpconfigport.h b/atmel-samd/mpconfigport.h index 2ecde14ee..3d951ffa3 100644 --- a/atmel-samd/mpconfigport.h +++ b/atmel-samd/mpconfigport.h @@ -25,9 +25,9 @@ #define MICROPY_REPL_EVENT_DRIVEN (0) #define MICROPY_HELPER_REPL (1) #define MICROPY_HELPER_LEXER_UNIX (0) -#define MICROPY_ENABLE_SOURCE_LINE (0) +#define MICROPY_ENABLE_SOURCE_LINE (1) #define MICROPY_ENABLE_DOC_STRING (0) -#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL) +#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE) #define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (0) #define MICROPY_PY_ASYNC_AWAIT (0) #define MICROPY_PY_BUILTINS_BYTEARRAY (1) |
