Fix warning when not compiled for UID auto-selection mode.
[pub/USBasp.git] / Demos / Host / LowLevel / KeyboardHost / ConfigDescriptor.h
index 6b0bf65..d319097 100644 (file)
                #include "KeyboardHost.h"
                
        /* Macros: */
-               /** Interface Class value for the Human Interface Device class */
+               /** Interface Class value for the Human Interface Device class. */
                #define KEYBOARD_CLASS                 0x03
 
-               /** Interface Protocol value for a Boot Protocol Keyboard compliant device */
+               /** Interface Protocol value for a Boot Protocol Keyboard compliant device. */
                #define KEYBOARD_PROTOCOL              0x01
        
        /* Enums: */
-               /** Enum for the possible return codes of the ProcessConfigurationDescriptor() function. */
+               /** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */
                enum KeyboardHost_GetConfigDescriptorDataCodes_t
                {
                        SuccessfulConfigRead            = 0, /**< Configuration Descriptor was processed successfully */