Skip to content
Snippets Groups Projects
Commit e832ebdd authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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

parent 5ec1ff18
No related branches found
No related tags found
No related merge requests found
......@@ -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
****************************************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment