diff options
| author | Damien George | 2021-04-27 23:52:40 +1000 |
|---|---|---|
| committer | Damien George | 2021-04-27 23:52:40 +1000 |
| commit | 43a8c8178e0b5e2460edde0fdf436509a7f28764 (patch) | |
| tree | 3bc32b873f12512c46c10cdabe744e2d22513fb5 /ports/bare-arm/mpconfigport.h | |
| parent | d4b706c4d01377d42855ff1544ced77536f69caf (diff) | |
bare-arm: Switch to use MICROPY_ERROR_REPORTING_NONE to reduce size.
Reduces size of this port by about 3300 bytes, and demonstrates how to use
this feature.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/bare-arm/mpconfigport.h')
| -rw-r--r-- | ports/bare-arm/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/bare-arm/mpconfigport.h b/ports/bare-arm/mpconfigport.h index 41b6ee71a..3bebc3159 100644 --- a/ports/bare-arm/mpconfigport.h +++ b/ports/bare-arm/mpconfigport.h @@ -37,7 +37,7 @@ // Python internal features #define MICROPY_ENABLE_EXTERNAL_IMPORT (0) -#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE) +#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NONE) #define MICROPY_CPYTHON_COMPAT (0) #define MICROPY_MODULE_GETATTR (0) #define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (0) |
