summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraskpatricw <4002194+askpatrickw@users.noreply.github.com>2020-09-16 10:13:07 -0700
committeraskpatricw <4002194+askpatrickw@users.noreply.github.com>2020-09-16 10:13:07 -0700
commit18285f96e8a2600afcfcc1a63fa5df6388a8da19 (patch)
tree3b2f1cb7ab6772898112b8752d7a27ac40117bea
parentbd381e434f00360a5089261b7ab108d6c0fd0ad9 (diff)
RTC is pickd up automatically
-rw-r--r--ports/esp32s2/mpconfigport.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/esp32s2/mpconfigport.mk b/ports/esp32s2/mpconfigport.mk
index 8f057784a..bbaabb1c3 100644
--- a/ports/esp32s2/mpconfigport.mk
+++ b/ports/esp32s2/mpconfigport.mk
@@ -21,7 +21,6 @@ CIRCUITPY_COUNTIO = 0
CIRCUITPY_FREQUENCYIO = 0
CIRCUITPY_I2CPERIPHERAL = 0
CIRCUITPY_ROTARYIO = 0
-CIRCUITPY_RTC = 1
CIRCUITPY_NVM = 0
# We don't have enough endpoints to include MIDI.
CIRCUITPY_USB_MIDI = 0