File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
circuitplayground_express_crickit
circuitplayground_express_displayio Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
#define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
31
31
32
32
// 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
34
34
35
35
#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
36
36
#define DEFAULT_I2C_BUS_SDA (&pin_PB02)
Original file line number Diff line number Diff line change 28
28
#define BOARD_USER_SAFE_MODE_ACTION "pressing both buttons at start up"
29
29
30
30
// 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
32
32
33
33
#define USER_NEOPIXELS_PIN (&pin_PB23)
34
34
You can’t perform that action at this time.
0 commit comments