remove CIRCUITPY_RTC = 1 from mpconfigport.mk

Full build includes the RTC bits so don't need to enable it
in ports/broadcom/mpconfigport.mk
This commit is contained in:
RetiredWizard 2023-01-23 14:52:20 -05:00
parent 43b1d2618e
commit fb4def2824

View File

@ -15,7 +15,6 @@ CIRCUITPY_PARALLELDISPLAY = 0
CIRCUITPY_PULSEIO = 0
CIRCUITPY_PWMIO = 0
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_RTC = 1
CIRCUITPY_SDIOIO = 1
CIRCUITPY_VIDEOCORE = 1