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_EVB_SPC564A/board.c | 1 - os/hal/boards/ST_EVB_SPC564A/board.mk | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'os/hal/boards/ST_EVB_SPC564A') diff --git a/os/hal/boards/ST_EVB_SPC564A/board.c b/os/hal/boards/ST_EVB_SPC564A/board.c index 523d1d7e5..4a098c568 100644 --- a/os/hal/boards/ST_EVB_SPC564A/board.c +++ b/os/hal/boards/ST_EVB_SPC564A/board.c @@ -14,7 +14,6 @@ limitations under the License. */ -#include "ch.h" #include "hal.h" #if HAL_USE_PAL || defined(__DOXYGEN__) diff --git a/os/hal/boards/ST_EVB_SPC564A/board.mk b/os/hal/boards/ST_EVB_SPC564A/board.mk index 1dc4a1117..e651b5d76 100644 --- a/os/hal/boards/ST_EVB_SPC564A/board.mk +++ b/os/hal/boards/ST_EVB_SPC564A/board.mk @@ -1,5 +1,5 @@ # List of all the board related files. -BOARDSRC = ${CHIBIOS}/boards/ST_EVB_SPC564A/board.c +BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC564A/board.c # Required include directories -BOARDINC = ${CHIBIOS}/boards/ST_EVB_SPC564A +BOARDINC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC564A -- cgit v1.2.3