settable pystack = 0 for kicksat-sprite

This commit is contained in:
Bill Sideris 2023-02-17 15:14:09 +02:00
parent 8abce77971
commit f05c730a01
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)