STM32: Expicitly include header file files. From Freddie Chopin

This commit is contained in:
Gregory Nutt 2014-06-10 15:49:48 -06:00
parent e9aec9fdff
commit 348e666278
9 changed files with 17 additions and 0 deletions

View File

@ -47,6 +47,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/

View File

@ -46,6 +46,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/

View File

@ -44,6 +44,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/

View File

@ -43,6 +43,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/

View File

@ -42,6 +42,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/

View File

@ -42,6 +42,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/

View File

@ -42,6 +42,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/

View File

@ -42,6 +42,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/

View File

@ -63,6 +63,7 @@
#include "chip.h"
#include "stm32_uart.h"
#include "stm32_dma.h"
#include "stm32_rcc.h"
#include "up_arch.h"
#include "up_internal.h"
#include "os_internal.h"