configs/stm3210e-eval: Fix an error found in build testing.

This commit is contained in:
Gregory Nutt 2017-09-21 09:24:58 -06:00
parent 12c4c4c8a6
commit 05f2e9cdc1
2 changed files with 4 additions and 1 deletions

View File

@ -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
************************************************************************************/

View File

@ -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