From d25139221ec71ed2fbd6a9e06aa3c039c6cf9551 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 21 Sep 2015 11:01:37 +0000 Subject: Fixed bug #609. Updated STM32F1xx headers. STM32F1xx, STM32F3xx and STM32F37x now use the common DMAv1 driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8319 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/ST_STM3210C_EVAL/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/boards/ST_STM3210C_EVAL') diff --git a/os/hal/boards/ST_STM3210C_EVAL/board.h b/os/hal/boards/ST_STM3210C_EVAL/board.h index 5be936bd9..82694ebbb 100644 --- a/os/hal/boards/ST_STM3210C_EVAL/board.h +++ b/os/hal/boards/ST_STM3210C_EVAL/board.h @@ -41,7 +41,7 @@ /* * MCU type, supported types are defined in ./os/hal/platforms/hal_lld.h. */ -#define STM32F10X_CL +#define STM32F107xC /* * IO pins assignments. -- cgit v1.2.3