STM32: Fix a minor error in new STMF42* header files
This commit is contained in:
parent
abbfbb0716
commit
629b37deec
@ -36,6 +36,14 @@
|
||||
#ifndef __ARCH_ARM_SRC_STM32_CHIP_STM32F42XXX_RCC_H
|
||||
#define __ARCH_ARM_SRC_STM32_CHIP_STM32F42XXX_RCC_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
************************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#if defined(CONFIG_STM32_STM32F427) || defined(CONFIG_STM32_STM32F429)
|
||||
|
||||
/****************************************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user