From 744250d0e2b9264d3b1bb6765e269d2e8c0be272 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 11 Nov 2013 12:14:43 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6440 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/OLIMEX_STM32_E407/board.h | 4 ++-- os/hal/boards/OLIMEX_STM32_E407/cfg/board.chcfg | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'os/hal/boards/OLIMEX_STM32_E407') diff --git a/os/hal/boards/OLIMEX_STM32_E407/board.h b/os/hal/boards/OLIMEX_STM32_E407/board.h index 505f30f7d..fa326a08c 100644 --- a/os/hal/boards/OLIMEX_STM32_E407/board.h +++ b/os/hal/boards/OLIMEX_STM32_E407/board.h @@ -52,9 +52,9 @@ #define STM32_VDD 330 /* - * MCU type as defined in the ST header file stm32f4xx.h. + * MCU type as defined in the ST header. */ -#define STM32F4XX +#define STM32F401xx /* * IO pins assignments. diff --git a/os/hal/boards/OLIMEX_STM32_E407/cfg/board.chcfg b/os/hal/boards/OLIMEX_STM32_E407/cfg/board.chcfg index 4d4abeb04..f55bd1471 100644 --- a/os/hal/boards/OLIMEX_STM32_E407/cfg/board.chcfg +++ b/os/hal/boards/OLIMEX_STM32_E407/cfg/board.chcfg @@ -22,6 +22,7 @@ MII_KS8721_ID RMII + STM32F40_41xxx -- cgit v1.2.3