Eliminate a warning
This commit is contained in:
parent
f35086dbf7
commit
4a34540e8f
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user