We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f830f1 commit 43b1d26Copy full SHA for 43b1d26
ports/broadcom/common-hal/rtc/RTC.c
@@ -57,6 +57,5 @@ int common_hal_rtc_get_calibration(void) {
57
}
58
59
void common_hal_rtc_set_calibration(int calibration) {
60
- // SNVS has HPCALB_VAL bits for calibration.
61
mp_raise_NotImplementedError_varg(translate("%q"), MP_QSTR_calibration);
62
0 commit comments