Eliminate a warning

This commit is contained in:
Gregory Nutt
2016-06-16 15:26:19 -06:00
parent 6a7ac8cc8d
commit 5ecb8da118
2 changed files with 0 additions and 18 deletions
-2
View File
@@ -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();
-16
View File
@@ -41,22 +41,6 @@
#include "chip.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Private Types
****************************************************************************/
/****************************************************************************
* Private Data
****************************************************************************/
/****************************************************************************
* Private Functions
****************************************************************************/
/****************************************************************************
* Public Functions
****************************************************************************/