Skip to content
Snippets Groups Projects
Commit 05f2e9cd authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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

parent 12c4c4c8
No related branches found
No related tags found
No related merge requests found
/************************************************************************************
* 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment