aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-08 09:43:37 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-08 09:43:37 +0000
commit37d2197df1c9a4501e1d3a567274ea99fa7304e7 (patch)
treed57a04d984dc887fc5e9ec78ceb64de5e06593cc /os/hal/boards
parent5ba0abd185b6f880d925042179947fe0728f5af7 (diff)
downloadChibiOS-37d2197df1c9a4501e1d3a567274ea99fa7304e7.tar.gz
ChibiOS-37d2197df1c9a4501e1d3a567274ea99fa7304e7.tar.bz2
ChibiOS-37d2197df1c9a4501e1d3a567274ea99fa7304e7.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6276 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards')
-rw-r--r--os/hal/boards/ST_STM32373C_EVAL/board.c1
-rw-r--r--os/hal/boards/ST_STM32373C_EVAL/board.mk4
2 files changed, 2 insertions, 3 deletions
diff --git a/os/hal/boards/ST_STM32373C_EVAL/board.c b/os/hal/boards/ST_STM32373C_EVAL/board.c
index baafd6550..ef05d62a7 100644
--- a/os/hal/boards/ST_STM32373C_EVAL/board.c
+++ b/os/hal/boards/ST_STM32373C_EVAL/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_STM32373C_EVAL/board.mk b/os/hal/boards/ST_STM32373C_EVAL/board.mk
index 98a37d006..271a37fd1 100644
--- a/os/hal/boards/ST_STM32373C_EVAL/board.mk
+++ b/os/hal/boards/ST_STM32373C_EVAL/board.mk
@@ -1,5 +1,5 @@
# List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/ST_STM32373C_EVAL/board.c
+BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_STM32373C_EVAL/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/ST_STM32373C_EVAL
+BOARDINC = ${CHIBIOS}/os/hal/boards/ST_STM32373C_EVAL