8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c25d8e + 0d9c4cb commit 9a373c4Copy full SHA for 9a373c4
py/circuitpy_mpconfig.h
@@ -64,6 +64,7 @@
64
#define MICROPY_ENABLE_FINALISER (1)
65
#define MICROPY_ENABLE_GC (1)
66
#define MICROPY_ENABLE_SOURCE_LINE (1)
67
+#define MICROPY_EPOCH_IS_1970 (1)
68
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
69
#define MICROPY_FLOAT_HIGH_QUALITY_HASH (0)
70
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
@@ -205,7 +206,6 @@ typedef long mp_off_t;
205
206
#define MICROPY_PY_URE_MATCH_GROUPS (CIRCUITPY_RE)
207
#define MICROPY_PY_URE_MATCH_SPAN_START_END (CIRCUITPY_RE)
208
#define MICROPY_PY_URE_SUB (CIRCUITPY_RE)
-#define MICROPY_EPOCH_IS_1970 (0)
209
210
// LONGINT_IMPL_xxx are defined in the Makefile.
211
//
0 commit comments