aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/usb_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-25 13:10:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-25 13:10:39 +0000
commitac598a7b1c4227cbffbbb1af449f2be21e6976a5 (patch)
tree95de89f1c5c7a443fb962102a4843ab9389b0357 /os/hal/templates/usb_lld.h
parentcced334724aec1f39d683adcda6984543095ba8c (diff)
downloadChibiOS-ac598a7b1c4227cbffbbb1af449f2be21e6976a5.tar.gz
ChibiOS-ac598a7b1c4227cbffbbb1af449f2be21e6976a5.tar.bz2
ChibiOS-ac598a7b1c4227cbffbbb1af449f2be21e6976a5.zip
LLD templates fixed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5319 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/usb_lld.h')
-rw-r--r--os/hal/templates/usb_lld.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/os/hal/templates/usb_lld.h b/os/hal/templates/usb_lld.h
index 479e6ba40..4a3d7b89b 100644
--- a/os/hal/templates/usb_lld.h
+++ b/os/hal/templates/usb_lld.h
@@ -50,13 +50,17 @@
/*===========================================================================*/
/**
- * @brief OTG1 driver enable switch.
- * @details If set to @p TRUE the support for OTG_FS is included.
- * @note The default is @p TRUE.
+ * @name Configuration options
+ * @{
+ */
+/**
+ * @brief USB driver enable switch.
+ * @details If set to @p TRUE the support for USB1 is included.
*/
#if !defined(PLATFORM_USB_USE_USB1) || defined(__DOXYGEN__)
-#define PLATFORM_USB_USE_USB1 TRUE
+#define PLATFORM_USB_USE_USB1 FALSE
#endif
+/** @} */
/*===========================================================================*/
/* Derived constants and error checks. */