Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleared when...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / Host.h
index 6a09b40..7b5b501 100644 (file)
@@ -38,7 +38,7 @@
 \r
 /** \ingroup Group_USB\r
  *  \defgroup Group_Host Host Management\r
- *  \brief Common USB Host definitions for all architectures.\r
+ *  \brief USB Host management definitions for USB host mode.\r
  *\r
  *  USB Host mode related macros and enums. This module contains macros and enums which are used when\r
  *  the USB controller is initialized in host mode.\r
@@ -53,7 +53,9 @@
                #include "../../../Common/Common.h"\r
 \r
                #if (ARCH == ARCH_AVR8)\r
-                       #include "AVR8/Host.h"\r
+                       #include "AVR8/Host_AVR8.h"\r
+               #elif (ARCH == ARCH_UC3B)\r
+                       #include "UC3B/Host_UC3B.h"\r
                #endif\r
 \r
        /* Preprocessor Checks: */\r