Fix errors in the KeyboardHost demo which prevented correct compilation.
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Device.h
index 8a2ee00..206a993 100644 (file)
   arising out of or in connection with the use or performance of\r
   this software.\r
 */\r
-\r
-/** \file\r
- *\r
- *  USB Device mode related macros and enums. This module contains macros and enums which are used when\r
- *  the USB controller is initialized in device mode.\r
- */\r
  \r
 /** \ingroup Group_USB\r
  *  @defgroup Group_Device Device Management\r
  *\r
- *  Functions, macros, variables, enums and types related to the management of a USB device when in Device mode.\r
+ *  USB Device mode related macros and enums. This module contains macros and enums which are used when\r
+ *  the USB controller is initialized in device mode.\r
  *\r
  *  @{\r
  */\r
@@ -72,7 +67,7 @@
                         */\r
                        #define USB_DEVICE_OPT_FULLSPEED               (0 << 0)\r
                        \r
-               /* Psuedo-Function Macros: */\r
+               /* Pseudo-Function Macros: */\r
                        #if defined(__DOXYGEN__)\r
                                /** Sends a Remote Wakeup request to the host. This signals to the host that the device should\r
                                 *  be taken out of suspended mode, and communications should resume.\r