Turn reverse methods off for cpx_crickit

This commit is contained in:
Scott Shawcroft 2020-05-15 16:42:22 -07:00
parent 3c1469b0a5
commit 86f865afe0
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E

View File

@ -32,6 +32,8 @@
// Increase stack size slightly due to CPX library import nesting
#define CIRCUITPY_DEFAULT_STACK_SIZE (4760) // divisible by 8
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (0)
#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
#define DEFAULT_I2C_BUS_SDA (&pin_PB02)