aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/OTGv1/usb_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-17 13:45:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-17 13:45:48 +0000
commit086b5de61ef3cd9889a3d996a2f68624805cf61f (patch)
tree13e792f0bf2a32cc1c3cf21d66de6ab9bc7e3435 /os/hal/platforms/STM32/OTGv1/usb_lld.h
parent24f6e5ca625bca50d593429ac7fc420f2658adc6 (diff)
downloadChibiOS-086b5de61ef3cd9889a3d996a2f68624805cf61f.tar.gz
ChibiOS-086b5de61ef3cd9889a3d996a2f68624805cf61f.tar.bz2
ChibiOS-086b5de61ef3cd9889a3d996a2f68624805cf61f.zip
Updated all the STM32F4 mcuconf files because the new OTG options.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5221 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/OTGv1/usb_lld.h')
-rw-r--r--os/hal/platforms/STM32/OTGv1/usb_lld.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/OTGv1/usb_lld.h b/os/hal/platforms/STM32/OTGv1/usb_lld.h
index a95f45842..77b8d27aa 100644
--- a/os/hal/platforms/STM32/OTGv1/usb_lld.h
+++ b/os/hal/platforms/STM32/OTGv1/usb_lld.h
@@ -74,7 +74,14 @@
#endif
/**
- * @brief ULPI support for OTH-HS.
+ * @brief High Speed support for OTG-HS.
+ */
+#if !defined(STM32_USE_USB_OTG2_HS) || defined(__DOXYGEN__)
+#define STM32_USE_USB_OTG2_HS FALSE
+#endif
+
+/**
+ * @brief ULPI support for OTG-HS.
*/
#if !defined(STM32_USE_USB_OTG2_ULPI) || defined(__DOXYGEN__)
#define STM32_USE_USB_OTG2_ULPI FALSE