aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32F1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-10-01 12:47:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-10-01 12:47:08 +0000
commit96edef9ffa93860bea6fb1f0ff9abdb131a74492 (patch)
treeb138279412c62e9994bab411d1dcd6779e142622 /os/hal/ports/STM32F1xx
parente23cb1d41f87d6f5eba8e76e3dbfedceb9a6fc2b (diff)
downloadChibiOS-96edef9ffa93860bea6fb1f0ff9abdb131a74492.tar.gz
ChibiOS-96edef9ffa93860bea6fb1f0ff9abdb131a74492.tar.bz2
ChibiOS-96edef9ffa93860bea6fb1f0ff9abdb131a74492.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6342 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32F1xx')
-rw-r--r--os/hal/ports/STM32F1xx/hal_lld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32F1xx/hal_lld.h b/os/hal/ports/STM32F1xx/hal_lld.h
index 969f96474..7b34b2aab 100644
--- a/os/hal/ports/STM32F1xx/hal_lld.h
+++ b/os/hal/ports/STM32F1xx/hal_lld.h
@@ -26,6 +26,7 @@
* One of the following macros must also be defined:
* - STM32F10X_LD_VL for Value Line Low Density devices.
* - STM32F10X_MD_VL for Value Line Medium Density devices.
+ * - STM32F10X_HD_VL for Value Line High Density devices.
* - STM32F10X_LD for Performance Low Density devices.
* - STM32F10X_MD for Performance Medium Density devices.
* - STM32F10X_HD for Performance High Density devices.