mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 00:43:13 +00:00
STM32: Fix a minor error in new STMF42* header files
This commit is contained in:
parent
abbfbb0716
commit
629b37deec
1 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue