Skip to content

Commit 0556f9f

Browse files
committed
Revert "samd21: Enable terse error reporting on resource constrained chip family"
This reverts commit 9a642fc.
1 parent 331aa6e commit 0556f9f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

ports/atmel-samd/mpconfigport.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
#define CIRCUITPY_MCU_FAMILY samd21
4343
#define MICROPY_PY_SYS_PLATFORM "Atmel SAMD21"
4444
#define SPI_FLASH_MAX_BAUDRATE 8000000
45-
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
4645
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (0)
4746
#define MICROPY_PY_FUNCTION_ATTRS (0)
4847
// MICROPY_PY_UJSON depends on MICROPY_PY_IO

py/circuitpy_mpconfig.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@
6464
#define MICROPY_ENABLE_FINALISER (1)
6565
#define MICROPY_ENABLE_GC (1)
6666
#define MICROPY_ENABLE_SOURCE_LINE (1)
67-
#ifndef MICROPY_ERROR_REPORTING
6867
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
69-
#endif
7068
#define MICROPY_FLOAT_HIGH_QUALITY_HASH (0)
7169
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
7270
#define MICROPY_GC_ALLOC_THRESHOLD (0)

0 commit comments

Comments
 (0)