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.
1 parent 8abce77 commit f05c730Copy full SHA for f05c730
ports/atmel-samd/boards/kicksat-sprite/mpconfigboard.h
@@ -21,3 +21,8 @@
21
#define IGNORE_PIN_PA25 1
22
23
#define MICROPY_FATFS_EXFAT 0
24
+
25
+#ifdef CIRCUITPY_SETTABLE_PYSTACK
26
+#undef CIRCUITPY_SETTABLE_PYSTACK
27
+#endif
28
+#define CIRCUITPY_SETTABLE_PYSTACK (0)
0 commit comments