summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/rtc/RTC.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/nrf/common-hal/rtc/RTC.c')
-rw-r--r--ports/nrf/common-hal/rtc/RTC.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/nrf/common-hal/rtc/RTC.c b/ports/nrf/common-hal/rtc/RTC.c
index 06345f589..93ba007c8 100644
--- a/ports/nrf/common-hal/rtc/RTC.c
+++ b/ports/nrf/common-hal/rtc/RTC.c
@@ -79,4 +79,3 @@ int common_hal_rtc_get_calibration(void) {
void common_hal_rtc_set_calibration(int calibration) {
mp_raise_NotImplementedError(translate("RTC calibration is not supported on this board"));
}
-