aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-20 15:01:28 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-20 15:01:28 +0000
commit54cde6b85446a97d4e980109483b23a758324a8c (patch)
treed3594952ebd8398c0d21ccf6a3af06d52089ad9d /os/hal/include
parentd4fd78d689f091a5534e755bb26c781289d43b5f (diff)
downloadChibiOS-54cde6b85446a97d4e980109483b23a758324a8c.tar.gz
ChibiOS-54cde6b85446a97d4e980109483b23a758324a8c.tar.bz2
ChibiOS-54cde6b85446a97d4e980109483b23a758324a8c.zip
RTCv2. Get fat time function moved to driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4701 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/rtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/include/rtc.h b/os/hal/include/rtc.h
index 9b5cba848..32ea04958 100644
--- a/os/hal/include/rtc.h
+++ b/os/hal/include/rtc.h
@@ -157,6 +157,7 @@ extern "C" {
const RTCAlarm *alarmspec);
void rtcGetAlarm(RTCDriver *rtcp, rtcalarm_t alarm, RTCAlarm *alarmspec);
#endif
+ uint32_t rtcGetTimeFat(RTCDriver *rtcp);
#if RTC_SUPPORTS_CALLBACKS
void rtcSetCallback(RTCDriver *rtcp, rtccb_t callback);
#endif