this software.\r
*/\r
\r
-/** \file\r
+/** \ingroup Group_USB\r
+ * @defgroup Group_USBManagement USB Interface Management\r
*\r
- * Main low level USB driver. This module manages the low level initialization and shut down of the USB AVR's\r
- * USB interface in either device or (if supported) host mode.\r
+ * Functions, macros, variables, enums and types related to the setup and management of the USB interface.\r
+ *\r
+ * @{\r
*/\r
\r
#ifndef __USBLOWLEVEL_H__\r
/* Preprocessor Checks and Defines: */\r
#if !defined(F_CLOCK)\r
#error F_CLOCK is not defined. You must device F_CLOCK to the frequency of the unprescaled input clock in your project makefile.\r
- #define F_CLOCK 0\r
#endif\r
\r
#if (F_CLOCK == 8000000)\r
#endif\r
\r
#endif\r
+\r
+/** @} */\r