aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/rtc.h
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-30 19:31:21 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-30 19:31:21 +0000
commitc145bd903fe61e5593c164bd14782a71fc65e632 (patch)
tree24aa361be1fbc3111900b9f339f78f7786d2e5f3 /os/hal/include/rtc.h
parentb665c20b66e3aff4dc953186df25d0b741634f56 (diff)
downloadChibiOS-c145bd903fe61e5593c164bd14782a71fc65e632.tar.gz
ChibiOS-c145bd903fe61e5593c164bd14782a71fc65e632.tar.bz2
ChibiOS-c145bd903fe61e5593c164bd14782a71fc65e632.zip
RTC. Implemented function rtcConvertDateTimeToFAT()
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7436 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 91a3d71e5..8e94bc08f 100644
--- a/os/hal/include/rtc.h
+++ b/os/hal/include/rtc.h
@@ -124,7 +124,7 @@ extern "C" {
#if RTC_SUPPORTS_CALLBACKS
void rtcSetCallback(RTCDriver *rtcp, rtccb_t callback);
#endif
- uint32_t rtcConvertDateTimeToFAT(RTCDateTime *timespec);
+ uint32_t rtcConvertDateTimeToFAT(const RTCDateTime *timespec);
#ifdef __cplusplus
}
#endif