diff options
| author | askpatricw <4002194+askpatrickw@users.noreply.github.com> | 2020-09-15 11:28:31 -0700 |
|---|---|---|
| committer | askpatricw <4002194+askpatrickw@users.noreply.github.com> | 2020-09-15 11:28:31 -0700 |
| commit | f9f614b3a2878383cad845f72ffef034bd2be951 (patch) | |
| tree | 36eab3f02e4b165a76566c732b12e1e8b89f77e1 | |
| parent | 8fcdc7da16a978d7c65bd3c82c46b11c5178714c (diff) | |
code review feedback
| -rw-r--r-- | ports/esp32s2/mpconfigport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32s2/mpconfigport.mk b/ports/esp32s2/mpconfigport.mk index 8f057784a..95a845736 100644 --- a/ports/esp32s2/mpconfigport.mk +++ b/ports/esp32s2/mpconfigport.mk @@ -13,7 +13,7 @@ USB_SERIAL_NUMBER_LENGTH = 12 LONGINT_IMPL = MPZ # These modules are implemented in ports/<port>/common-hal: -CIRCUITPY_FULL_BUILD = 1 +CIRCUITPY_FULL_BUILD = 0 CIRCUITPY_ANALOGIO = 0 CIRCUITPY_AUDIOBUSIO = 0 CIRCUITPY_AUDIOIO = 0 |
