aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/rtc.c')
-rw-r--r--os/hal/src/rtc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/hal/src/rtc.c b/os/hal/src/rtc.c
index 37ab87c00..9df399eeb 100644
--- a/os/hal/src/rtc.c
+++ b/os/hal/src/rtc.c
@@ -153,10 +153,6 @@ void rtcSetCallback(RTCDriver *rtcp, RTCCallbackConfig *cb_cfg) {
}
#endif /* RTC_SUPPORTS_CALLBACKS */
-
-
-
-
#endif /* HAL_USE_RTC */
/** @} */