From c145bd903fe61e5593c164bd14782a71fc65e632 Mon Sep 17 00:00:00 2001 From: barthess Date: Thu, 30 Oct 2014 19:31:21 +0000 Subject: RTC. Implemented function rtcConvertDateTimeToFAT() git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7436 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/rtc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/include') 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 -- cgit v1.2.3