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:
@@ -171,8 +171,6 @@ static inline rcc_resetbkp(void)
|
||||
|
||||
void stm32_clockconfig(void)
|
||||
{
|
||||
uint32_t regval;
|
||||
|
||||
/* Make sure that we are starting in the reset state */
|
||||
|
||||
rcc_reset();
|
||||
|
||||
@@ -41,22 +41,6 @@
|
||||
|
||||
#include "chip.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user