diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-10-27 08:53:21 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-10-27 08:53:21 +0000 |
commit | c9a8ec92c8646dbce832d4a6cc56bf92db73abe6 (patch) | |
tree | d21d6d3ad0d5549d5eef85b7ffee2d8d622bda02 | |
parent | db83559c121a210bb134690de1fa0d6fd1d5c592 (diff) | |
download | ChibiOS-c9a8ec92c8646dbce832d4a6cc56bf92db73abe6.tar.gz ChibiOS-c9a8ec92c8646dbce832d4a6cc56bf92db73abe6.tar.bz2 ChibiOS-c9a8ec92c8646dbce832d4a6cc56bf92db73abe6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8392 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/boards/ST_STM3220G_EVAL/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/boards/ST_STM3220G_EVAL/board.h b/os/hal/boards/ST_STM3220G_EVAL/board.h index 3f581ccb4..117fc9be9 100644 --- a/os/hal/boards/ST_STM3220G_EVAL/board.h +++ b/os/hal/boards/ST_STM3220G_EVAL/board.h @@ -37,7 +37,7 @@ /*
* MCU type as defined in the ST header file stm32f2xx.h.
*/
-#define STM32F2XX
+#define STM32F207xx
/*
* IO pins assignments.
|