From 43b1d2618e259695bc9b0f16c7c701641b863244 Mon Sep 17 00:00:00 2001 From: RetiredWizard Date: Mon, 23 Jan 2023 14:19:27 -0500 Subject: [PATCH] Remove erroneous left over comment --- ports/broadcom/common-hal/rtc/RTC.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/broadcom/common-hal/rtc/RTC.c b/ports/broadcom/common-hal/rtc/RTC.c index 7be9a39803..898a5c84bb 100644 --- a/ports/broadcom/common-hal/rtc/RTC.c +++ b/ports/broadcom/common-hal/rtc/RTC.c @@ -57,6 +57,5 @@ int common_hal_rtc_get_calibration(void) { } void common_hal_rtc_set_calibration(int calibration) { - // SNVS has HPCALB_VAL bits for calibration. mp_raise_NotImplementedError_varg(translate("%q"), MP_QSTR_calibration); }