aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-11 20:07:19 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-11 20:07:19 +0000
commit7f333ab4563c75d4e32f86c01db51a75fe07ed65 (patch)
treea832aa1701dd91170cf0b93c5966ba5f4cad281f /os/hal/platforms/STM32F1xx
parentbff048984efe45bcdb0a072598d0e9ef6f32a6d5 (diff)
downloadChibiOS-7f333ab4563c75d4e32f86c01db51a75fe07ed65.tar.gz
ChibiOS-7f333ab4563c75d4e32f86c01db51a75fe07ed65.tar.bz2
ChibiOS-7f333ab4563c75d4e32f86c01db51a75fe07ed65.zip
RTC. Fixed some bugs and added locks into write functions. Haltest updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3790 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx')
-rw-r--r--os/hal/platforms/STM32F1xx/hal_lld.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/platforms/STM32F1xx/hal_lld.c b/os/hal/platforms/STM32F1xx/hal_lld.c
index 0112d7eaa..936aec4d2 100644
--- a/os/hal/platforms/STM32F1xx/hal_lld.c
+++ b/os/hal/platforms/STM32F1xx/hal_lld.c
@@ -72,9 +72,6 @@ static void hal_lld_backup_domain_init(void) {
RCC->BDCR |= RCC_BDCR_RTCEN;
}
#endif /* STM32_RTCSEL != STM32_RTCSEL_NOCLOCK */
-
- /* Backup domain access disabled for operations safety.*/
- PWR->CR &= ~PWR_CR_DBP;
}
/*===========================================================================*/