X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7d4cccc22d60125fac111819df48af1873d11018..6380d057f8911f5d09bdffff4220aa9602df49e2:/LUFA/Drivers/USB/USB.h diff --git a/LUFA/Drivers/USB/USB.h b/LUFA/Drivers/USB/USB.h index 499c59be2..4d1408849 100644 --- a/LUFA/Drivers/USB/USB.h +++ b/LUFA/Drivers/USB/USB.h @@ -38,6 +38,11 @@ * the USB library unless desired by the library user. */ +/** @defgroup Group_USB USB - LUFA/Drivers/USB/USB.h + * + * Functions, macros, variables, enums and types related to the management of USB communications. + */ + #ifndef __USB_H__ #define __USB_H__ @@ -55,7 +60,7 @@ #endif /* Includes: */ - #include "Highlevel/USBMode.h" + #include "HighLevel/USBMode.h" #include "HighLevel/USBTask.h" #include "HighLevel/USBInterrupt.h" #include "HighLevel/Events.h" @@ -79,5 +84,8 @@ #include "LowLevel/OTG.h" #endif + #include "Class/ConfigDescriptor.h" + #include "Class/HIDParser.h" + #endif