diff options
| author | Bryan Siepert <bsiepert@gmail.com> | 2019-02-23 20:18:22 -0800 |
|---|---|---|
| committer | Bryan Siepert <bsiepert@gmail.com> | 2019-02-23 20:18:22 -0800 |
| commit | 3afcd3f5bc418fb9daa3838915557bd2c1a05f03 (patch) | |
| tree | cd1dfa3ab296803b3870aba9fc69efed9e6f9204 | |
| parent | 2cb31ea546592a3aca816078fa7ea0c7878990c0 (diff) | |
another/different size tweak for the DE hallowing build
| -rw-r--r-- | ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk index 066993926..222a217b3 100644 --- a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk +++ b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk @@ -18,4 +18,4 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel # To keep the build small -CFLAGS_INLINE_LIMIT = 50 +CIRCUITPY_I2CSLAVE = 0 |
