Removed invalid dfu and flip related targets from the bootloaders - bootloaders can...
[pub/USBasp.git] / LUFA / Drivers / USB / USB.h
index 406a909..63b03f7 100644 (file)
 */\r
 \r
 /** \file\r
+ *  \brief Master include file for the library USB functionality.\r
  *\r
- *  Master include file for the library USB functionality. This file should be included in all user projects making\r
- *  use of the USB portions of the library, instead of including any headers in the USB/LowLevel or USB/HighLevel\r
- *  directories.\r
+ *  Master include file for the library USB functionality.\r
+ *\r
+ *  This file should be included in all user projects making use of the USB portions of the library, instead of\r
+ *  including any headers in the USB/LowLevel/ or USB/HighLevel/ subdirectories.\r
  */\r
 \r
 /** @defgroup Group_USB USB - LUFA/Drivers/USB/USB.h\r
                #if !defined(__DOXYGEN__)\r
                        #define __INCLUDE_FROM_USB_DRIVER\r
                #endif\r
-               \r
+\r
        /* Includes: */\r
                #include "HighLevel/USBMode.h"\r
 \r
        /* Preprocessor Checks: */              \r
                #if (!defined(USB_SERIES_2_AVR) && !defined(USB_SERIES_4_AVR) && \\r
-                    !defined(USB_SERIES_6_AVR) && !defined(USB_SERIES_7_AVR) && \\r
-                        !defined(USB_SERIES_UC3B_AVR))\r
+                    !defined(USB_SERIES_6_AVR) && !defined(USB_SERIES_7_AVR))\r
                        #error The currently selected AVR model is not supported under the USB component of the LUFA library.\r
                #endif\r
                \r