aboutsummaryrefslogtreecommitdiff
path: root/ports/bare-arm/mpconfigport.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/bare-arm/mpconfigport.h')
-rw-r--r--ports/bare-arm/mpconfigport.h2
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)