aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-21 12:46:09 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-21 12:46:09 +0000
commit95713cae20050dd58b41f52edead1b05c1c982a2 (patch)
tree101c2edc7e7b224c115512c50c3a3ebd7c53f0ad /os/hal/include
parent42e2ea515d9c24187d57cffcd2889c4641384165 (diff)
downloadChibiOS-95713cae20050dd58b41f52edead1b05c1c982a2.tar.gz
ChibiOS-95713cae20050dd58b41f52edead1b05c1c982a2.tar.bz2
ChibiOS-95713cae20050dd58b41f52edead1b05c1c982a2.zip
RTC. API cnahge.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3376 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/rtc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/hal/include/rtc.h b/os/hal/include/rtc.h
index e0a2c50c5..5adf9559c 100644
--- a/os/hal/include/rtc.h
+++ b/os/hal/include/rtc.h
@@ -75,8 +75,7 @@ extern "C" {
#endif /* RTC_SUPPORTS_CALLBACKS */
void rtcSetTime(uint32_t tv_sec);
- uint32_t rtcGetSec(void);
- uint16_t rtcGetMsec(void);
+ uint32_t rtcGetTime(uint16_t *msec);
void rtcSetAlarm(uint32_t tv_alarm);
uint32_t rtcGetAlarm(void);
#ifdef __cplusplus