diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-21 11:01:37 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-21 11:01:37 +0000 |
commit | d25139221ec71ed2fbd6a9e06aa3c039c6cf9551 (patch) | |
tree | e6fb0a405d279172932c17846a4a21d89747b5da /os/hal/boards/OLIMEX_STM32_P107 | |
parent | b0732341df29179f7dfc1adfab99bb3a11e1c065 (diff) | |
download | ChibiOS-d25139221ec71ed2fbd6a9e06aa3c039c6cf9551.tar.gz ChibiOS-d25139221ec71ed2fbd6a9e06aa3c039c6cf9551.tar.bz2 ChibiOS-d25139221ec71ed2fbd6a9e06aa3c039c6cf9551.zip |
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
Diffstat (limited to 'os/hal/boards/OLIMEX_STM32_P107')
-rw-r--r-- | os/hal/boards/OLIMEX_STM32_P107/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/boards/OLIMEX_STM32_P107/board.h b/os/hal/boards/OLIMEX_STM32_P107/board.h index 97754a066..150e84bc5 100644 --- a/os/hal/boards/OLIMEX_STM32_P107/board.h +++ b/os/hal/boards/OLIMEX_STM32_P107/board.h @@ -36,7 +36,7 @@ /*
* MCU type, supported types are defined in ./os/hal/platforms/hal_lld.h.
*/
-#define STM32F10X_CL
+#define STM32F107xC
/*
* Ethernet PHY type.
|