diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-16 18:39:47 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-16 18:39:47 +0000 |
commit | 354bd66eb083691cab4c2c29b32a836805ac5edc (patch) | |
tree | a6cdb1387752aaea3715b7551b24c2aaf3c64be6 /boards/ST_STM32VL_DISCOVERY | |
parent | 5962467685985de2d79a85a1fcf8b1961d3d72de (diff) | |
download | ChibiOS-354bd66eb083691cab4c2c29b32a836805ac5edc.tar.gz ChibiOS-354bd66eb083691cab4c2c29b32a836805ac5edc.tar.bz2 ChibiOS-354bd66eb083691cab4c2c29b32a836805ac5edc.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2371 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/ST_STM32VL_DISCOVERY')
-rw-r--r-- | boards/ST_STM32VL_DISCOVERY/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/ST_STM32VL_DISCOVERY/board.h b/boards/ST_STM32VL_DISCOVERY/board.h index a63c71aad..40ad78686 100644 --- a/boards/ST_STM32VL_DISCOVERY/board.h +++ b/boards/ST_STM32VL_DISCOVERY/board.h @@ -39,7 +39,7 @@ /*
* MCU type, supported types are defined in ./os/hal/platforms/hal_lld.h. */
-#define STM32F100xB
+#define STM32F10X_MD_VL
/*
* IO pins assignments.
|