diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-03-20 15:38:52 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-03-20 15:38:52 -0400 |
| commit | eca23a727965c067a09ed7d1d99ec878cc061d65 (patch) | |
| tree | aef5c20db059b6a44aae78a7cb8456cb5bc8a943 | |
| parent | fbf166af1abbc2a9ac690071afbd0152c4686285 (diff) | |
remove i2cslave from feather m0 crickit
| -rw-r--r-- | ports/atmel-samd/boards/feather_m0_express_crickit/mpconfigboard.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/feather_m0_express_crickit/mpconfigboard.mk b/ports/atmel-samd/boards/feather_m0_express_crickit/mpconfigboard.mk index 6b7750221..fa39de33f 100644 --- a/ports/atmel-samd/boards/feather_m0_express_crickit/mpconfigboard.mk +++ b/ports/atmel-samd/boards/feather_m0_express_crickit/mpconfigboard.mk @@ -12,6 +12,7 @@ LONGINT_IMPL = MPZ # Make space for frozen libs CIRCUITPY_DISPLAYIO = 0 CIRCUITPY_FREQUENCYIO = 0 +CIRCUITPY_I2CSLAVE = 0 CHIP_VARIANT = SAMD21G18A CHIP_FAMILY = samd21 |
