diff options
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
|