File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
circuitplayground_express
circuitplayground_express_crickit
circuitplayground_express_displayio Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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 (4504)
31
+ #define CIRCUITPY_DEFAULT_STACK_SIZE (4760) //divisible by 8
32
32
33
33
#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
34
34
#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 (4504)
31
+ #define CIRCUITPY_DEFAULT_STACK_SIZE (4760) // divisible by 8
32
32
33
33
#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
34
34
#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 (4504 ) // divisible by 8
31
+ #define CIRCUITPY_DEFAULT_STACK_SIZE (4760 ) // divisible by 8
32
32
33
33
#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
34
34
#define DEFAULT_I2C_BUS_SDA (&pin_PB02)
You can’t perform that action at this time.
0 commit comments