Skip to content

Commit 945736e

Browse files
committed
add adjustments for crickit and displayio variants of CPX
1 parent 2bdd622 commit 945736e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
3131

3232
// Increase stack size slightly due to CPX library import nesting
33-
#define CIRCUITPY_DEFAULT_STACK_SIZE (4760) // divisible by 8
33+
#define CIRCUITPY_DEFAULT_STACK_SIZE (4248) // divisible by 8
3434

3535
#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
3636
#define DEFAULT_I2C_BUS_SDA (&pin_PB02)

ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
2929

3030
// Increase stack size slightly due to CPX library import nesting.
31-
#define CIRCUITPY_DEFAULT_STACK_SIZE (4760) // divisible by 8
31+
#define CIRCUITPY_DEFAULT_STACK_SIZE (4248) // divisible by 8
3232

3333
#define USER_NEOPIXELS_PIN (&pin_PB23)
3434

0 commit comments

Comments
 (0)