diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-08 13:49:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-08 13:49:19 +0000 |
commit | c44f71c52d3a90ccb5c302df378e610e25723f2a (patch) | |
tree | 56817aef2530502ab2dc040ff250b5855a3715fa /os/hal/boards/ST_EVB_SPC560BC | |
parent | e5f7b7b8ff985f57f8a7994c5f7aa3bd33e983ac (diff) | |
download | ChibiOS-c44f71c52d3a90ccb5c302df378e610e25723f2a.tar.gz ChibiOS-c44f71c52d3a90ccb5c302df378e610e25723f2a.tar.bz2 ChibiOS-c44f71c52d3a90ccb5c302df378e610e25723f2a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6278 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_EVB_SPC560BC')
-rw-r--r-- | os/hal/boards/ST_EVB_SPC560BC/board.c | 1 | ||||
-rw-r--r-- | os/hal/boards/ST_EVB_SPC560BC/board.mk | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/os/hal/boards/ST_EVB_SPC560BC/board.c b/os/hal/boards/ST_EVB_SPC560BC/board.c index 5c067606b..4ecf10fd9 100644 --- a/os/hal/boards/ST_EVB_SPC560BC/board.c +++ b/os/hal/boards/ST_EVB_SPC560BC/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_SPC560BC/board.mk b/os/hal/boards/ST_EVB_SPC560BC/board.mk index 92aadc984..02428bd6d 100644 --- a/os/hal/boards/ST_EVB_SPC560BC/board.mk +++ b/os/hal/boards/ST_EVB_SPC560BC/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/ST_EVB_SPC560BC/board.c
+BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC560BC/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/ST_EVB_SPC560BC
+BOARDINC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC560BC
|