aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-01 20:20:53 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-01 20:20:53 +0000
commit4ab87c6ded40d1797a8d2f8ddc22ee91f6392320 (patch)
treeddfc6e705aff6e7227dc62d1e3d9eb511203c886
parent2950a0a7b8316a742a7a67b5acb4f224a98397ff (diff)
downloadChibiOS-4ab87c6ded40d1797a8d2f8ddc22ee91f6392320.tar.gz
ChibiOS-4ab87c6ded40d1797a8d2f8ddc22ee91f6392320.tar.bz2
ChibiOS-4ab87c6ded40d1797a8d2f8ddc22ee91f6392320.zip
RTC. Insert forgotten closing brace in documentation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3414 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/STM32/RTCv1/rtc_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/RTCv1/rtc_lld.c b/os/hal/platforms/STM32/RTCv1/rtc_lld.c
index 2876b990d..cae23525f 100644
--- a/os/hal/platforms/STM32/RTCv1/rtc_lld.c
+++ b/os/hal/platforms/STM32/RTCv1/rtc_lld.c
@@ -154,7 +154,7 @@ void rtc_lld_init(void){
preload = (STM32_HSICLK / 128) - 1;
#endif
- /* Selects clock source (previously enabled and stabilized.*/
+ /* Selects clock source (previously enabled and stabilized).*/
RCC->BDCR = (RCC->BDCR & ~RCC_BDCR_RTCSEL) | STM32_RTC;
/* RTC enabled regardless its previous status.*/