From c1100768bd11554ad98f1826d2b35eda26d27ecc Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 2 Nov 2013 13:06:06 +0000 Subject: Fixed bug #435. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6410 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32L1xx/hal_lld.c | 1 - 1 file changed, 1 deletion(-) (limited to 'os') diff --git a/os/hal/ports/STM32L1xx/hal_lld.c b/os/hal/ports/STM32L1xx/hal_lld.c index 056a8fc88..ece540b89 100644 --- a/os/hal/ports/STM32L1xx/hal_lld.c +++ b/os/hal/ports/STM32L1xx/hal_lld.c @@ -142,7 +142,6 @@ void stm32_clock_init(void) { Trim fields are not altered from reset values.*/ RCC->CFGR = 0; RCC->ICSCR = (RCC->ICSCR & ~STM32_MSIRANGE_MASK) | STM32_MSIRANGE; - RCC->CSR = RCC_CSR_RMVF; RCC->CR = RCC_CR_MSION; while ((RCC->CR & RCC_CR_MSIRDY) == 0) ; /* Waits until MSI is stable. */ -- cgit v1.2.3