*/\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
#ifndef __USB_H__\r
#define __USB_H__\r
\r
+ /* Macros: */\r
+ #if !defined(__DOXYGEN__)\r
+ #define __INCLUDE_FROM_USB_DRIVER\r
+ #endif\r
+\r
/* Includes: */\r
#include "HighLevel/USBMode.h"\r
\r