From d74271f00d9e8ad97b4bbd25eb674f5c1ae1fa4c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 1 Nov 2014 16:20:29 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7445 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/rtc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/hal/include') diff --git a/os/hal/include/rtc.h b/os/hal/include/rtc.h index a0f02b502..626fd9f90 100644 --- a/os/hal/include/rtc.h +++ b/os/hal/include/rtc.h @@ -128,7 +128,8 @@ extern "C" { void rtcConvertDateTimeToStructTm(const RTCDateTime *timespec, struct tm *timp); void rtcConvertStructTmToDateTime(const struct tm *timp, - uint32_t tv_msec, RTCDateTime *timespec); + uint32_t tv_msec, + RTCDateTime *timespec); uint32_t rtcConvertDateTimeToFAT(const RTCDateTime *timespec); #ifdef __cplusplus } -- cgit v1.2.3