Remove erroneous left over comment

This commit is contained in:
RetiredWizard 2023-01-23 14:19:27 -05:00 committed by GitHub
parent 4f830f1bbb
commit 43b1d2618e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}