1 parent 7cd46a1 commit 17a4943Copy full SHA for 17a4943
1 file changed
unix/mpconfigport.h
@@ -53,7 +53,9 @@
53
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)
54
// Define to 1 to use untested inefficient GC helper implementation
55
// (if more efficient arch-specific one is not available).
56
+#ifndef MICROPY_GCREGS_SETJMP
57
#define MICROPY_GCREGS_SETJMP (0)
58
+#endif
59
60
extern const struct _mp_obj_module_t mp_module_os;
61
extern const struct _mp_obj_module_t mp_module_time;
0 commit comments