aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3B
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-20 18:23:09 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-20 18:23:09 +0000
commit3a00e41639f06bd096f7437c951caf8b0dd46848 (patch)
treeaa8bee85ccfbe49c5ca96262acadf754e546b797 /LUFA/Drivers/USB/Core/UC3B
parentb6a3c78fa3e46fea1dd6f4b93352686837983dfd (diff)
downloadlufa-3a00e41639f06bd096f7437c951caf8b0dd46848.tar.gz
lufa-3a00e41639f06bd096f7437c951caf8b0dd46848.tar.bz2
lufa-3a00e41639f06bd096f7437c951caf8b0dd46848.zip
Make sure the peripheral driver .c files include the driver dispatch header, rather than the architecture specific header files.
Diffstat (limited to 'LUFA/Drivers/USB/Core/UC3B')
-rw-r--r--LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h2
-rw-r--r--LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h4
-rw-r--r--LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h b/LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h
index e0fee630b..dcafe63b5 100644
--- a/LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h
+++ b/LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h
@@ -29,7 +29,7 @@
*/
/** \file
- * \brief USB Endpoint definitions for the UC3B microcontrollers.
+ * \brief USB Endpoint definitions for the AVR32 UC3B microcontrollers.
* \copydetails Group_EndpointManagement_UC3B
*
* \note This file should not be included directly. It is automatically included as needed by the USB driver
diff --git a/LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h b/LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h
index 92ec38a28..b4d79acca 100644
--- a/LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h
+++ b/LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h
@@ -29,7 +29,7 @@
*/
/** \file
- * \brief USB OTG definitions for the UC3B microcontrollers.
+ * \brief USB OTG definitions for the AVR32 UC3B microcontrollers.
* \copydetails Group_OTG_UC3B
*
* \note This file should not be included directly. It is automatically included as needed by the USB driver
@@ -38,7 +38,7 @@
/** \ingroup Group_OTG
* \defgroup Group_OTG_UC3B USB On The Go (OTG) Management (UC3B)
- * \brief USB OTG definitions for the UC3B microcontrollers.
+ * \brief USB OTG definitions for the AVR32 UC3B microcontrollers.
*
* Architecture specific USB OTG definitions for the Atmel 32-bit AVR UC3B microcontrollers.
*
diff --git a/LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h b/LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h
index 9b24c5c84..eeeb1692e 100644
--- a/LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h
+++ b/LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h
@@ -29,7 +29,7 @@
*/
/** \file
- * \brief USB Pipe definitions for the UC3B microcontrollers.
+ * \brief USB Pipe definitions for the AVR32 UC3B microcontrollers.
* \copydetails Group_PipeManagement_UC3B
*
* \note This file should not be included directly. It is automatically included as needed by the USB driver