diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-11 20:14:45 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-11 20:14:45 +0000 |
commit | 91fd67be1f1c806a0e4414dd8e03d72d34d37007 (patch) | |
tree | 72226059bdbb19d8e2ff4308a46c94946cbc2fdc /os/hal/platforms/STM32L1xx/hal_lld.h | |
parent | 9a52743e90152091c6cf1eabeee839c93948864c (diff) | |
download | ChibiOS-91fd67be1f1c806a0e4414dd8e03d72d34d37007.tar.gz ChibiOS-91fd67be1f1c806a0e4414dd8e03d72d34d37007.tar.bz2 ChibiOS-91fd67be1f1c806a0e4414dd8e03d72d34d37007.zip |
RTC. Code reorganization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3597 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx/hal_lld.h')
-rw-r--r-- | os/hal/platforms/STM32L1xx/hal_lld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32L1xx/hal_lld.h b/os/hal/platforms/STM32L1xx/hal_lld.h index 8d6cfd6f0..040c3af15 100644 --- a/os/hal/platforms/STM32L1xx/hal_lld.h +++ b/os/hal/platforms/STM32L1xx/hal_lld.h @@ -217,6 +217,7 @@ /* RTC attributes.*/
#define STM32_HAS_RTC TRUE
+#define RTC_HAS_SUBSECONDS FALSE
/* SDIO attributes.*/
#define STM32_HAS_SDIO FALSE
|