Disable settable-pystack too to make more space
This commit is contained in:
parent
388279d9c1
commit
8a4a408707
|
@ -21,3 +21,8 @@
|
|||
#define IGNORE_PIN_PA25 1
|
||||
|
||||
#define MICROPY_FATFS_EXFAT 0
|
||||
|
||||
#ifdef CIRCUITPY_SETTABLE_PYSTACK
|
||||
#undef CIRCUITPY_SETTABLE_PYSTACK
|
||||
#endif
|
||||
#define CIRCUITPY_SETTABLE_PYSTACK 0
|
||||
|
|
Loading…
Reference in New Issue