mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Eliminate a warning
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user