From ec54a8a7eb52cb9972482e8a70e1db9659ea14bb Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 22 Aug 2013 13:11:51 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6199 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/ST_STM32F4_DISCOVERY/board.c | 1 - os/hal/boards/ST_STM32F4_DISCOVERY/board.h | 2 +- os/hal/boards/ST_STM32F4_DISCOVERY/board.mk | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'os/hal/boards/ST_STM32F4_DISCOVERY') diff --git a/os/hal/boards/ST_STM32F4_DISCOVERY/board.c b/os/hal/boards/ST_STM32F4_DISCOVERY/board.c index 99569f695..c76d97d55 100644 --- a/os/hal/boards/ST_STM32F4_DISCOVERY/board.c +++ b/os/hal/boards/ST_STM32F4_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_STM32F4_DISCOVERY/board.h b/os/hal/boards/ST_STM32F4_DISCOVERY/board.h index 6e636db9e..85afb6de5 100644 --- a/os/hal/boards/ST_STM32F4_DISCOVERY/board.h +++ b/os/hal/boards/ST_STM32F4_DISCOVERY/board.h @@ -50,7 +50,7 @@ /* * MCU type as defined in the ST header file stm32f4xx.h. */ -#define STM32F4XX +#define STM32F40XX /* * IO pins assignments. diff --git a/os/hal/boards/ST_STM32F4_DISCOVERY/board.mk b/os/hal/boards/ST_STM32F4_DISCOVERY/board.mk index eb47aa2af..0c11b6fe3 100644 --- a/os/hal/boards/ST_STM32F4_DISCOVERY/board.mk +++ b/os/hal/boards/ST_STM32F4_DISCOVERY/board.mk @@ -1,5 +1,5 @@ # List of all the board related files. -BOARDSRC = ${CHIBIOS}/boards/ST_STM32F4_DISCOVERY/board.c +BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_STM32F4_DISCOVERY/board.c # Required include directories -BOARDINC = ${CHIBIOS}/boards/ST_STM32F4_DISCOVERY +BOARDINC = ${CHIBIOS}/os/hal/boards/ST_STM32F4_DISCOVERY -- cgit v1.2.3