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 3f4751796a
commit 03ba83fedb
9 changed files with 17 additions and 0 deletions
@@ -47,6 +47,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
@@ -46,6 +46,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
@@ -44,6 +44,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
@@ -43,6 +43,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
@@ -42,6 +42,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
@@ -42,6 +42,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
@@ -42,6 +42,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
@@ -42,6 +42,8 @@
#include <nuttx/config.h>
#include "stm32_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
+1
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"