aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-01 15:44:30 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-01 15:44:30 +0000
commitd37f6cb1f3cac35b1f7f7373062fddb638707570 (patch)
treee81bc626c722cd995fae688f8605a23e5db1aecc /os/hal/ports/STM32/LLD
parent96f976382d7b94911dac7bea9477b3e2bc560408 (diff)
downloadChibiOS-d37f6cb1f3cac35b1f7f7373062fddb638707570.tar.gz
ChibiOS-d37f6cb1f3cac35b1f7f7373062fddb638707570.tar.bz2
ChibiOS-d37f6cb1f3cac35b1f7f7373062fddb638707570.zip
RTCv1. Time converstion functions moved to rtc.c(h). Chrtclib deleted.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7443 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD')
-rw-r--r--os/hal/ports/STM32/LLD/RTCv1/rtc_lld.c2
-rw-r--r--os/hal/ports/STM32/LLD/RTCv1/rtc_lld.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/os/hal/ports/STM32/LLD/RTCv1/rtc_lld.c b/os/hal/ports/STM32/LLD/RTCv1/rtc_lld.c
index f17a553b4..c8ccd41bd 100644
--- a/os/hal/ports/STM32/LLD/RTCv1/rtc_lld.c
+++ b/os/hal/ports/STM32/LLD/RTCv1/rtc_lld.c
@@ -30,8 +30,6 @@
#if HAL_USE_RTC || defined(__DOXYGEN__)
-#include "chrtclib.h"
-
/*===========================================================================*/
/* Driver local definitions. */
/*===========================================================================*/
diff --git a/os/hal/ports/STM32/LLD/RTCv1/rtc_lld.h b/os/hal/ports/STM32/LLD/RTCv1/rtc_lld.h
index 31d2b576b..0685ef6bc 100644
--- a/os/hal/ports/STM32/LLD/RTCv1/rtc_lld.h
+++ b/os/hal/ports/STM32/LLD/RTCv1/rtc_lld.h
@@ -31,8 +31,6 @@
#if HAL_USE_RTC || defined(__DOXYGEN__)
-#include "chrtclib.h"
-
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/