From d82b98664bdcba0b6eff9d938e42eaff4b32132e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 2 Aug 2016 08:27:51 +0000 Subject: Fixed bug #768. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9733 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32L4xx/hal_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/ports/STM32') diff --git a/os/hal/ports/STM32/STM32L4xx/hal_lld.c b/os/hal/ports/STM32/STM32L4xx/hal_lld.c index 73d229c78..273c24272 100644 --- a/os/hal/ports/STM32/STM32L4xx/hal_lld.c +++ b/os/hal/ports/STM32/STM32L4xx/hal_lld.c @@ -80,7 +80,7 @@ static void hal_lld_backup_domain_init(void) { while ((RCC->CR & RCC_CR_MSIRDY) == 0) ; /* Wait until MSI is stable. */ #endif - + #if HAL_USE_RTC /* If the backup domain hasn't been initialized yet then proceed with initialization.*/ -- cgit v1.2.3