From 91fd67be1f1c806a0e4414dd8e03d72d34d37007 Mon Sep 17 00:00:00 2001 From: barthess Date: Sun, 11 Dec 2011 20:14:45 +0000 Subject: RTC. Code reorganization. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3597 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h | 1 + 1 file changed, 1 insertion(+) (limited to 'os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h') diff --git a/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h b/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h index 9a612b0ee..75a9361df 100644 --- a/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h +++ b/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h @@ -185,6 +185,7 @@ /* RTC attributes.*/ #define STM32_HAS_RTC TRUE +#define RTC_HAS_SUBSECONDS TRUE /* SDIO attributes.*/ #define STM32_HAS_SDIO FALSE -- cgit v1.2.3