From facfe77b186a05dde255b4c66d22cdddaf0fd0f6 Mon Sep 17 00:00:00 2001 From: barthess Date: Mon, 12 Dec 2011 10:56:51 +0000 Subject: RTC. Development suspended until EXTI driver API will changed. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3600 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/rtc.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'os/hal/src') diff --git a/os/hal/src/rtc.c b/os/hal/src/rtc.c index f7ce21529..52e35fd22 100644 --- a/os/hal/src/rtc.c +++ b/os/hal/src/rtc.c @@ -117,8 +117,8 @@ void rtcSetAlarm(RTCDriver *rtcp, * @note If an alarm has not been set then the returned alarm specification * is not meaningful. * - * @param[in] rtcp pointer to RTC driver structure - * @param[in] alarm alarm identifier + * @param[in] rtcp pointer to RTC driver structure + * @param[in] alarm alarm identifier * @param[out] alarmspec pointer to a @p RTCAlarm structure * * @api @@ -134,12 +134,6 @@ void rtcGetAlarm(RTCDriver *rtcp, } #endif /* RTC_ALARMS > 0 */ - - - - - - /** * @brief Sets periodic wakeup period. */ -- cgit v1.2.3