aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/rtc.h
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-31 09:34:42 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-31 09:34:42 +0000
commit2991a477339a28ec275647930df45443a9f8a253 (patch)
tree890599d15666a88ba081f93bd7fb7742ba586334 /os/hal/include/rtc.h
parent22d2162db773e677c900b8b397889b7087470248 (diff)
downloadChibiOS-2991a477339a28ec275647930df45443a9f8a253.tar.gz
ChibiOS-2991a477339a28ec275647930df45443a9f8a253.tar.bz2
ChibiOS-2991a477339a28ec275647930df45443a9f8a253.zip
RTC. nop
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3270 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/rtc.h')
-rw-r--r--os/hal/include/rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/rtc.h b/os/hal/include/rtc.h
index 4a36f4317..474862910 100644
--- a/os/hal/include/rtc.h
+++ b/os/hal/include/rtc.h
@@ -59,7 +59,7 @@ extern "C" {
#endif
void rtcInit(void);
#if RTC_SUPPORTS_CALLBACKS
- void rtcStart(RTCDriver *rtcp, RTCConfig *rtccfgp);
+ void rtcStart(RTCDriver *rtcp, const RTCConfig *rtccfgp);
void rtcStop(void);
#endif /* RTC_SUPPORTS_CALLBACKS */
void rtcSetTime(uint32_t tv_sec);