diff options
author | Uladzimir Pylinski <barthess@yandex.ru> | 2016-03-14 15:12:07 +0000 |
---|---|---|
committer | Uladzimir Pylinski <barthess@yandex.ru> | 2016-03-14 15:12:07 +0000 |
commit | 17e084724fa5788b2c5939c573fbec11b3278a9e (patch) | |
tree | 906a3fb1d0c50c527032c7a339bd4fa0b3522694 /os/hal/boards/OLIMEX_STM32_103STK | |
parent | f6e0662f00cd860f0591f87d4f9a0038bd473048 (diff) | |
download | ChibiOS-17e084724fa5788b2c5939c573fbec11b3278a9e.tar.gz ChibiOS-17e084724fa5788b2c5939c573fbec11b3278a9e.tar.bz2 ChibiOS-17e084724fa5788b2c5939c573fbec11b3278a9e.zip |
Updated board.h file for OLIMEX_STM32_103STK.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9100 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/OLIMEX_STM32_103STK')
-rw-r--r-- | os/hal/boards/OLIMEX_STM32_103STK/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/boards/OLIMEX_STM32_103STK/board.h b/os/hal/boards/OLIMEX_STM32_103STK/board.h index bb3ea3e72..97f9a2c6a 100644 --- a/os/hal/boards/OLIMEX_STM32_103STK/board.h +++ b/os/hal/boards/OLIMEX_STM32_103STK/board.h @@ -36,7 +36,7 @@ /*
* MCU type, supported types are defined in ./os/hal/platforms/hal_lld.h.
*/
-#define STM32F10X_MD
+#define STM32F103xB
/*
* IO pins assignments.
|