From c44f71c52d3a90ccb5c302df378e610e25723f2a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Sep 2013 13:49:19 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6278 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/ST_STM3210C_EVAL/board.c | 1 - os/hal/boards/ST_STM3210C_EVAL/board.mk | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'os/hal/boards/ST_STM3210C_EVAL') diff --git a/os/hal/boards/ST_STM3210C_EVAL/board.c b/os/hal/boards/ST_STM3210C_EVAL/board.c index 030d2f9ae..f9e5a24b5 100644 --- a/os/hal/boards/ST_STM3210C_EVAL/board.c +++ b/os/hal/boards/ST_STM3210C_EVAL/board.c @@ -14,7 +14,6 @@ limitations under the License. */ -#include "ch.h" #include "hal.h" /** diff --git a/os/hal/boards/ST_STM3210C_EVAL/board.mk b/os/hal/boards/ST_STM3210C_EVAL/board.mk index eaa17162b..02e3c6151 100644 --- a/os/hal/boards/ST_STM3210C_EVAL/board.mk +++ b/os/hal/boards/ST_STM3210C_EVAL/board.mk @@ -1,5 +1,5 @@ # List of all the board related files. -BOARDSRC = ${CHIBIOS}/boards/ST_STM3210C_EVAL/board.c +BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_STM3210C_EVAL/board.c # Required include directories -BOARDINC = ${CHIBIOS}/boards/ST_STM3210C_EVAL +BOARDINC = ${CHIBIOS}/os/hal/boards/ST_STM3210C_EVAL -- cgit v1.2.3