summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-11-19 15:12:56 -0600
committerJeff Epler <jepler@gmail.com>2020-11-19 15:12:56 -0600
commit0556f9f851f0bd5fdb392b925af1076affbf5e00 (patch)
tree910a58fde194dd19287f44bc134c6a4b5e37ecc2 /py
parent331aa6e59fd36b52afb4119068d0baa99c85ea3c (diff)
Revert "samd21: Enable terse error reporting on resource constrained chip family"
This reverts commit 9a642fc0490c22b60460bcca8dec3b0b93344d81.
Diffstat (limited to 'py')
-rw-r--r--py/circuitpy_mpconfig.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h
index 4c2e33be0..85e152670 100644
--- a/py/circuitpy_mpconfig.h
+++ b/py/circuitpy_mpconfig.h
@@ -64,9 +64,7 @@
#define MICROPY_ENABLE_FINALISER (1)
#define MICROPY_ENABLE_GC (1)
#define MICROPY_ENABLE_SOURCE_LINE (1)
-#ifndef MICROPY_ERROR_REPORTING
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
-#endif
#define MICROPY_FLOAT_HIGH_QUALITY_HASH (0)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
#define MICROPY_GC_ALLOC_THRESHOLD (0)