From fb4def282472de96b1e9bc7a0b05e62d9555c4b0 Mon Sep 17 00:00:00 2001 From: RetiredWizard Date: Mon, 23 Jan 2023 14:52:20 -0500 Subject: [PATCH] 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 --- ports/broadcom/mpconfigport.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/broadcom/mpconfigport.mk b/ports/broadcom/mpconfigport.mk index 73c91752c6..b992d24f0e 100644 --- a/ports/broadcom/mpconfigport.mk +++ b/ports/broadcom/mpconfigport.mk @@ -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