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 5dba32e commit 650c4c5Copy full SHA for 650c4c5
ports/atmel-samd/boards/kicksat-sprite/mpconfigboard.h
@@ -21,8 +21,3 @@
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
ports/atmel-samd/boards/kicksat-sprite/mpconfigboard.mk
@@ -25,6 +25,7 @@ CIRCUITPY_KEYPAD = 0
CIRCUITPY_MSGPACK = 0
CIRCUITPY_PS2IO = 0
CIRCUITPY_RGBMATRIX = 0
+CIRCUITPY_RAINBOWIO = 0
29
CIRCUITPY_ROTARYIO = 0
30
CIRCUITPY_TOUCHIO = 0
31
CIRCUITPY_USB_HID = 0
0 commit comments