Small fixes to get stm32f0discovery compiled correctly
This commit is contained in:
parent
2cc7744b0c
commit
2a7909aade
@ -48,7 +48,6 @@
|
||||
#endif
|
||||
|
||||
#include "stm32f0_rcc.h"
|
||||
#include "stm32f0.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -48,7 +48,6 @@
|
||||
#include <arch/board/board.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "stm32f0.h"
|
||||
#include "stm32f0discovery.h"
|
||||
|
||||
#ifdef CONFIG_ARCH_LEDS
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <sys/mount.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "stm32f0discovery.h"
|
||||
|
||||
|
@ -45,6 +45,8 @@
|
||||
#include <nuttx/compiler.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "stm32f0_gpio.h"
|
||||
|
||||
/****************************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user