diff options
| author | Thomas Sarlandie <thomas@sarlandie.net> | 2019-11-26 19:26:18 +0100 |
|---|---|---|
| committer | Thomas Sarlandie <thomas@sarlandie.net> | 2019-11-26 19:26:18 +0100 |
| commit | 2647ea0754f891243664a34c8d1059a46d71d65c (patch) | |
| tree | 592bd6b61c2db709e05ab63151d0d196f648a472 | |
| parent | 11dc572bcea048f8b2bd6c055d6014101d2adc04 (diff) | |
fix: disable touchio to save some space
| -rw-r--r-- | ports/atmel-samd/boards/shirtty/mpconfigboard.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/shirtty/mpconfigboard.mk b/ports/atmel-samd/boards/shirtty/mpconfigboard.mk index 1e5f415d3..9f3710e5a 100644 --- a/ports/atmel-samd/boards/shirtty/mpconfigboard.mk +++ b/ports/atmel-samd/boards/shirtty/mpconfigboard.mk @@ -11,5 +11,6 @@ INTERNAL_FLASH_FILESYSTEM = 1 LONGINT_IMPL = NONE CIRCUITPY_SMALL_BUILD = 1 CIRCUITPY_I2CSLAVE = 1 +CIRCUITPY_TOUCHIO = 0 SUPEROPT_GC = 0 |
