aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-09 16:28:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-09 16:28:23 +0000
commit77529edc0d133413f32b4a5660514ad0c593ebb6 (patch)
treed3dce7e4610612f793b82a458e698795f141facb /os/hal
parent4d4f92d00e5aeef8c93082bb3f477b8d4c0bbc2c (diff)
downloadChibiOS-77529edc0d133413f32b4a5660514ad0c593ebb6.tar.gz
ChibiOS-77529edc0d133413f32b4a5660514ad0c593ebb6.tar.bz2
ChibiOS-77529edc0d133413f32b4a5660514ad0c593ebb6.zip
Fixed bug 3533414.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4261 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/platforms/STM32F2xx/hal_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F2xx/hal_lld.h b/os/hal/platforms/STM32F2xx/hal_lld.h
index 4d63324ce..736853605 100644
--- a/os/hal/platforms/STM32F2xx/hal_lld.h
+++ b/os/hal/platforms/STM32F2xx/hal_lld.h
@@ -341,7 +341,7 @@
/* RTC attributes.*/
#define STM32_HAS_RTC TRUE
-#define STM32_RTC_HAS_SUBSECONDS TRUE
+#define STM32_RTC_HAS_SUBSECONDS FALSE
#define STM32_RTC_IS_CALENDAR TRUE
/* SDIO attributes.*/