From 35ea7347004a31e1b850c41b60a3bf7457ed4418 Mon Sep 17 00:00:00 2001 From: barthess Date: Tue, 13 Dec 2011 09:03:41 +0000 Subject: RTC. Added callback switch helper. Not tested. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3608 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/rtc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'os/hal/src') 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 */ /** @} */ -- cgit v1.2.3