Skip to content

Commit 43b1d26

Browse files
Remove erroneous left over comment
1 parent 4f830f1 commit 43b1d26

File tree

1 file changed

+0
-1
lines changed
  • ports/broadcom/common-hal/rtc

1 file changed

+0
-1
lines changed

ports/broadcom/common-hal/rtc/RTC.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,5 @@ int common_hal_rtc_get_calibration(void) {
5757
}
5858

5959
void common_hal_rtc_set_calibration(int calibration) {
60-
// SNVS has HPCALB_VAL bits for calibration.
6160
mp_raise_NotImplementedError_varg(translate("%q"), MP_QSTR_calibration);
6261
}

0 commit comments

Comments
 (0)