Skip to content

Commit 86f865a

Browse files
committed
Turn reverse methods off for cpx_crickit
1 parent 3c1469b commit 86f865a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
// Increase stack size slightly due to CPX library import nesting
3333
#define CIRCUITPY_DEFAULT_STACK_SIZE (4760) // divisible by 8
3434

35+
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (0)
36+
3537
#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
3638
#define DEFAULT_I2C_BUS_SDA (&pin_PB02)
3739

0 commit comments

Comments
 (0)