STM32: Fix a minor error in new STMF42* header files

This commit is contained in:
Gregory Nutt 2015-07-15 13:21:39 -06:00
parent abbfbb0716
commit 629b37deec

View File

@ -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
****************************************************************************************************/