We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ae7ce commit a37dad6Copy full SHA for a37dad6
1 file changed
py/circuitpy_mpconfig.h
@@ -145,6 +145,7 @@ extern void common_hal_mcu_enable_interrupts(void);
145
#define MICROPY_REPL_AUTO_INDENT (1)
146
#define MICROPY_REPL_EVENT_DRIVEN (0)
147
#define MICROPY_ENABLE_PYSTACK (1)
148
+#define CIRCUITPY_SETTABLE_PYSTACK (1)
149
#define MICROPY_STACK_CHECK (1)
150
#define MICROPY_STREAMS_NON_BLOCK (1)
151
#ifndef MICROPY_USE_INTERNAL_PRINTF
0 commit comments