aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-12 10:56:51 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-12 10:56:51 +0000
commitfacfe77b186a05dde255b4c66d22cdddaf0fd0f6 (patch)
tree869db04285e96b98d1c1b55b880eefe622998fbf /os/hal/src
parentddff11cafeab64744aa00fff748ee90bab183f9e (diff)
downloadChibiOS-facfe77b186a05dde255b4c66d22cdddaf0fd0f6.tar.gz
ChibiOS-facfe77b186a05dde255b4c66d22cdddaf0fd0f6.tar.bz2
ChibiOS-facfe77b186a05dde255b4c66d22cdddaf0fd0f6.zip
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
Diffstat (limited to 'os/hal/src')
-rw-r--r--os/hal/src/rtc.c10
1 files changed, 2 insertions, 8 deletions
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.
*/