diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-20 07:02:14 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-20 07:02:14 +0000 |
commit | da3d1eae7b4035fb916e14ba853a5cf2aa0f70cd (patch) | |
tree | 3f4c43f9890533fe1e49188a17436cae24887e16 /os/hal/platforms/STM32/rtc_lld.h | |
parent | be4e2ca38d85319cfa5e0b3ea8849ee327e8c7a6 (diff) | |
download | ChibiOS-da3d1eae7b4035fb916e14ba853a5cf2aa0f70cd.tar.gz ChibiOS-da3d1eae7b4035fb916e14ba853a5cf2aa0f70cd.tar.bz2 ChibiOS-da3d1eae7b4035fb916e14ba853a5cf2aa0f70cd.zip |
RTC. Code reorganization to correspond ChibiOS rules.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3356 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/rtc_lld.h')
-rw-r--r-- | os/hal/platforms/STM32/rtc_lld.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/os/hal/platforms/STM32/rtc_lld.h b/os/hal/platforms/STM32/rtc_lld.h index c2c6f676b..7d7d703f0 100644 --- a/os/hal/platforms/STM32/rtc_lld.h +++ b/os/hal/platforms/STM32/rtc_lld.h @@ -47,14 +47,6 @@ #define RTC_SUPPORTS_CALLBACKS TRUE
#endif
-/**
- * @brief Clock source selecting. LSE by default.
- */
-#if !defined(RTC_CLOCK_SOURCE) || defined(__DOXYGEN__)
-#define RTC_CLOCK_SOURCE RCC_BDCR_RTCSEL_LSE
-#endif
-
-
/*===========================================================================*/
/* Derived constants and error checks. */
/*===========================================================================*/
|