1 parent 331aa6e commit 0556f9fCopy full SHA for 0556f9f
2 files changed
ports/atmel-samd/mpconfigport.h
@@ -42,7 +42,6 @@
42
#define CIRCUITPY_MCU_FAMILY samd21
43
#define MICROPY_PY_SYS_PLATFORM "Atmel SAMD21"
44
#define SPI_FLASH_MAX_BAUDRATE 8000000
45
-#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
46
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (0)
47
#define MICROPY_PY_FUNCTION_ATTRS (0)
48
// MICROPY_PY_UJSON depends on MICROPY_PY_IO
py/circuitpy_mpconfig.h
@@ -64,9 +64,7 @@
64
#define MICROPY_ENABLE_FINALISER (1)
65
#define MICROPY_ENABLE_GC (1)
66
#define MICROPY_ENABLE_SOURCE_LINE (1)
67
-#ifndef MICROPY_ERROR_REPORTING
68
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
69
-#endif
70
#define MICROPY_FLOAT_HIGH_QUALITY_HASH (0)
71
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
72
#define MICROPY_GC_ALLOC_THRESHOLD (0)
0 commit comments