Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleared when...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / USBController.h
index 475aeb1..e17a2d7 100644 (file)
 */\r
 \r
 /** \file\r
- *  \brief USB low level USB controller definitions.\r
- *\r
- *  This file contains structures, function prototypes and macros related to the low level configuration of the\r
- *  USB controller, to start, stop and reset the USB library core.\r
+ *  \brief Common USB Controller definitions for all architectures.\r
+ *  \copydetails Group_USBManagement\r
  *\r
  *  \note This file should not be included directly. It is automatically included as needed by the USB driver\r
  *        dispatch header located in LUFA/Drivers/USB/USB.h.\r
@@ -40,6 +38,7 @@
 \r
 /** \ingroup Group_USB\r
  *  \defgroup Group_USBManagement USB Interface Management\r
+ *  \brief USB Controller definitions for general USB controller management.\r
  *\r
  *  Functions, macros, variables, enums and types related to the setup and management of the USB interface.\r
  *\r
@@ -53,7 +52,9 @@
                #include "../../../Common/Common.h"\r
 \r
                #if (ARCH == ARCH_AVR8)\r
-                       #include "AVR8/USBController.h"\r
+                       #include "AVR8/USBController_AVR8.h"\r
+               #elif (ARCH == ARCH_UC3B)\r
+                       #include "UC3B/USBController_UC3B.h"    \r
                #endif\r
 \r
        /* Preprocessor Checks and Defines: */\r