aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/XMEGA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-04-28 11:31:28 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-04-28 11:31:28 +0000
commit15fb6351e513a93ceaf8a2f249625437d6d4466c (patch)
treee72248e975c56a0609d7e655ba00433f3f7b8b07 /LUFA/Drivers/USB/Core/XMEGA
parentc757acf1f7f3f45522024af7adf8df71a42a1dc1 (diff)
downloadlufa-15fb6351e513a93ceaf8a2f249625437d6d4466c.tar.gz
lufa-15fb6351e513a93ceaf8a2f249625437d6d4466c.tar.bz2
lufa-15fb6351e513a93ceaf8a2f249625437d6d4466c.zip
Move USB mode enum into the top level USB controller header, as it is common to all architectures (even if not all modes are supported).
Diffstat (limited to 'LUFA/Drivers/USB/Core/XMEGA')
-rw-r--r--LUFA/Drivers/USB/Core/XMEGA/USBController_XMEGA.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/LUFA/Drivers/USB/Core/XMEGA/USBController_XMEGA.h b/LUFA/Drivers/USB/Core/XMEGA/USBController_XMEGA.h
index 2198b53c7..5128820cb 100644
--- a/LUFA/Drivers/USB/Core/XMEGA/USBController_XMEGA.h
+++ b/LUFA/Drivers/USB/Core/XMEGA/USBController_XMEGA.h
@@ -273,16 +273,6 @@
#define USB_Options USE_STATIC_OPTIONS
#endif
- /* Enums: */
- /** Enum for the possible USB controller modes, for initialization via \ref USB_Init() and indication back to the
- * user application via \ref USB_CurrentMode.
- */
- enum USB_Modes_t
- {
- USB_MODE_None = 0, /**< Indicates that the controller is currently not initialized in any specific USB mode. */
- USB_MODE_Device = 1, /**< Indicates that the controller is currently initialized in USB Device mode. */
- };
-
/* Private Interface - For use in library only: */
#if !defined(__DOXYGEN__)
/* Function Prototypes: */