\r
/** \ingroup Group_USB\r
* \defgroup Group_USBManagement USB Interface Management\r
- * \brief Common USB Controller definitions for all architectures.\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
#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