Small fixes to get stm32f0discovery compiled correctly

This commit is contained in:
Alan Carvalho de Assis 2017-04-14 08:50:47 -06:00 committed by Gregory Nutt
parent 2cc7744b0c
commit 2a7909aade
4 changed files with 3 additions and 2 deletions

View File

@ -48,7 +48,6 @@
#endif
#include "stm32f0_rcc.h"
#include "stm32f0.h"
/************************************************************************************
* Pre-processor Definitions

View File

@ -48,7 +48,6 @@
#include <arch/board/board.h>
#include "chip.h"
#include "stm32f0.h"
#include "stm32f0discovery.h"
#ifdef CONFIG_ARCH_LEDS

View File

@ -40,6 +40,7 @@
#include <nuttx/config.h>
#include <sys/mount.h>
#include <sys/types.h>
#include "stm32f0discovery.h"

View File

@ -45,6 +45,8 @@
#include <nuttx/compiler.h>
#include <stdint.h>
#include "stm32f0_gpio.h"
/****************************************************************************************************
* Pre-processor Definitions
****************************************************************************************************/