aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-05-19 13:22:27 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-05-19 13:22:27 +0000
commit73cbca4d1554702c43a2ace6e86d8ff6a8ffaaa9 (patch)
tree39bdc31dce581f6f28f9f34c307b55d1b5f568d9 /os/hal/ports/STM32/STM32F1xx
parent9605c9af3164446af21c590be900f67d047d1105 (diff)
downloadChibiOS-73cbca4d1554702c43a2ace6e86d8ff6a8ffaaa9.tar.gz
ChibiOS-73cbca4d1554702c43a2ace6e86d8ff6a8ffaaa9.tar.bz2
ChibiOS-73cbca4d1554702c43a2ace6e86d8ff6a8ffaaa9.zip
Fixed bug #504.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6939 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F1xx')
-rw-r--r--os/hal/ports/STM32/STM32F1xx/hal_lld.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F1xx/hal_lld.h b/os/hal/ports/STM32/STM32F1xx/hal_lld.h
index 7498ea48c..2b814a570 100644
--- a/os/hal/ports/STM32/STM32F1xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32F1xx/hal_lld.h
@@ -81,6 +81,13 @@
#else
#error "unsupported or unrecognized STM32F1xx member"
#endif
+
+/**
+ * @brief Sub-family identifier.
+ */
+#if !defined(STM32F1XX) || defined(__DOXYGEN__)
+#define STM32F1XX
+#endif
/** @} */
/**