aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-20 10:27:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-20 10:27:17 +0000
commit3e25612cb510bc0518b1748e4dfb820bb5470d8b (patch)
treeac77b70584c711e4f7c9c9ff8c64b05c21b53538 /os/hal/boards
parentb7f30ecaddf9004d866183e67705b2ea43aef6a9 (diff)
downloadChibiOS-3e25612cb510bc0518b1748e4dfb820bb5470d8b.tar.gz
ChibiOS-3e25612cb510bc0518b1748e4dfb820bb5470d8b.tar.bz2
ChibiOS-3e25612cb510bc0518b1748e4dfb820bb5470d8b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6187 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards')
-rw-r--r--os/hal/boards/ST_STM32F0_DISCOVERY/board.c1
-rw-r--r--os/hal/boards/ST_STM32F0_DISCOVERY/board.h2
-rw-r--r--os/hal/boards/ST_STM32F0_DISCOVERY/board.mk4
3 files changed, 3 insertions, 4 deletions
diff --git a/os/hal/boards/ST_STM32F0_DISCOVERY/board.c b/os/hal/boards/ST_STM32F0_DISCOVERY/board.c
index 0393835ad..7f28873cd 100644
--- a/os/hal/boards/ST_STM32F0_DISCOVERY/board.c
+++ b/os/hal/boards/ST_STM32F0_DISCOVERY/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_STM32F0_DISCOVERY/board.h b/os/hal/boards/ST_STM32F0_DISCOVERY/board.h
index 088cf38e3..be690cc6a 100644
--- a/os/hal/boards/ST_STM32F0_DISCOVERY/board.h
+++ b/os/hal/boards/ST_STM32F0_DISCOVERY/board.h
@@ -47,7 +47,7 @@
/*
* MCU type as defined in the ST header file stm32f0xx.h.
*/
-#define STM32F0XX
+#define STM32F0XX_MD
/*
* IO pins assignments.
diff --git a/os/hal/boards/ST_STM32F0_DISCOVERY/board.mk b/os/hal/boards/ST_STM32F0_DISCOVERY/board.mk
index 144ae4963..6e929cc70 100644
--- a/os/hal/boards/ST_STM32F0_DISCOVERY/board.mk
+++ b/os/hal/boards/ST_STM32F0_DISCOVERY/board.mk
@@ -1,5 +1,5 @@
# List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/ST_STM32F0_DISCOVERY/board.c
+BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_STM32F0_DISCOVERY/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/ST_STM32F0_DISCOVERY
+BOARDINC = ${CHIBIOS}/os/hal/boards/ST_STM32F0_DISCOVERY