Skip to content

Commit 8a4a408

Browse files
committed
Disable settable-pystack too to make more space
1 parent 388279d commit 8a4a408

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ports/atmel-samd/boards/kicksat-sprite/mpconfigboard.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@
2121
#define IGNORE_PIN_PA25 1
2222

2323
#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

Comments
 (0)