Eliminate a warning

This commit is contained in:
Gregory Nutt 2016-06-16 16:22:01 -06:00
parent f35086dbf7
commit 4a34540e8f
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@
****************************************************************************/
#if defined(CONFIG_RTC) && defined(CONFIG_STM32_PWR) && !defined(CONFIG_STM32_STM32F10XX)
static inline rcc_resetbkp(void)
static inline void rcc_resetbkp(void)
{
uint32_t regval;

View File

@ -106,7 +106,7 @@
****************************************************************************/
#if defined(CONFIG_STM32_PWR) && defined(CONFIG_RTC)
static inline rcc_resetbkp(void)
static inline void rcc_resetbkp(void)
{
bool init_stat;