Update last change... STM32 does not have STM32_RTC_BKR register.

This commit is contained in:
Gregory Nutt 2016-06-16 12:51:21 -06:00
parent bf0a3bf0c8
commit e60ced1835

View File

@ -122,7 +122,7 @@
*
************************************************************************************/
#ifdef CONFIG_STM32_PWR
#if defined(CONFIG_STM32_PWR) && !defined(CONFIG_STM32_STM32F10XX)
static inline rcc_enablebkp(void)
{
uint32_t regval;