aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-23 08:41:42 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-23 08:41:42 +0000
commit8e51a4e76af804a9dbb5f000f653df7cb471a260 (patch)
treea27c6926fca41816e3afaeb4a6ef363d0f60493a /os
parent1a8c09bec544aba17d17c407741a20eee94f27a7 (diff)
downloadChibiOS-8e51a4e76af804a9dbb5f000f653df7cb471a260.tar.gz
ChibiOS-8e51a4e76af804a9dbb5f000f653df7cb471a260.tar.bz2
ChibiOS-8e51a4e76af804a9dbb5f000f653df7cb471a260.zip
Fixed bug 3291898.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2888 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/platforms/STM32/hal_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/hal_lld.h b/os/hal/platforms/STM32/hal_lld.h
index 48669113d..c7b40c222 100644
--- a/os/hal/platforms/STM32/hal_lld.h
+++ b/os/hal/platforms/STM32/hal_lld.h
@@ -396,7 +396,7 @@
#define STM32_HAS_USB TRUE
#define STM32_HAS_OTG1 FALSE
-#elif defined(STM32F10X_XD)
+#elif defined(STM32F10X_XL)
/*
* Capability flags for Performance Line eXtra Density devices.
*/