configs/stm3210e-eval: Fix an error found in build testing.
This commit is contained in:
parent
12c4c4c8a6
commit
05f2e9cdc1
@ -1,7 +1,7 @@
|
||||
/************************************************************************************
|
||||
* configs/stm3210e_eval/src/stm3210e-eval.h
|
||||
*
|
||||
* Copyright (C) 2009, 2016 Gregory Nutt. All rights reserved.
|
||||
* Copyright (C) 2009, 2016-2017 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -47,6 +47,8 @@
|
||||
|
||||
#include <arch/stm32/chip.h>
|
||||
|
||||
#include "stm32_gpio.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
@ -46,6 +46,7 @@
|
||||
#include <nuttx/board.h>
|
||||
#include <arch/board/board.h>
|
||||
|
||||
#include "stm32_gpio.h"
|
||||
#include "stm3210e-eval.h"
|
||||
|
||||
#ifdef CONFIG_ARCH_BUTTONS
|
||||
|
Loading…
Reference in New Issue
Block a user