Disable settable-pystack too to make more space

This commit is contained in:
Bill Sideris 2023-02-17 16:35:16 +02:00
parent 388279d9c1
commit 8a4a408707
No known key found for this signature in database
GPG Key ID: 1BEF1BCEBA58EA33
1 changed files with 5 additions and 0 deletions

View File

@ -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