STM32F4 Discovery: Fix some errors do missing inclusion of stm32_gpio.h
This commit is contained in:
parent
3657723208
commit
5c27c0dad4
@ -45,6 +45,8 @@
|
||||
#include <arch/board/board.h>
|
||||
|
||||
#include "up_arch.h"
|
||||
|
||||
#include "stm32.h"
|
||||
#include "stm32f4discovery.h"
|
||||
|
||||
/************************************************************************************
|
||||
|
@ -46,6 +46,7 @@
|
||||
#include <nuttx/board.h>
|
||||
#include <arch/board/board.h>
|
||||
|
||||
#include "stm32.h"
|
||||
#include "stm32f4discovery.h"
|
||||
|
||||
#ifdef CONFIG_ARCH_BUTTONS
|
||||
|
@ -48,8 +48,6 @@
|
||||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
|
||||
#include "stm32_fsmc.h"
|
||||
#include "stm32_gpio.h"
|
||||
#include "stm32.h"
|
||||
#include "stm32f4discovery.h"
|
||||
|
||||
|
@ -47,8 +47,6 @@
|
||||
|
||||
#include "stm32.h"
|
||||
#include "stm32f4discovery.h"
|
||||
#include <stm32_gpio.h>
|
||||
#include <nuttx/sensors/lis3dsh.h>
|
||||
|
||||
#if defined(CONFIG_STM32F4DISCO_LIS3DSH) && defined(CONFIG_LIS3DSH)
|
||||
|
||||
|
@ -50,6 +50,7 @@
|
||||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
|
||||
#include "stm32.h"
|
||||
#include "stm32f4discovery.h"
|
||||
|
||||
|
@ -51,14 +51,6 @@
|
||||
|
||||
#ifdef CONFIG_SENSORS_ZEROCROSS
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Function Prototypes
|
||||
****************************************************************************/
|
||||
|
@ -343,6 +343,6 @@ Configurations:
|
||||
2017-11-25: Grrr... This configuration no longer works. Some serious bit
|
||||
rot has set in. Now only random garbage appears on the OLED. Certainly
|
||||
a lot has changed since 2012, but I cannot see any change to either this
|
||||
configuration, to the LCD driver or to the LPC2148 support that would
|
||||
effect the operation of the LCD.
|
||||
configuration, to the LCD driver, or to the LPC2148 support that would
|
||||
affect the operation of the LCD.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user