Make XPLAINBridge serial bridge much more reliable for the reception of characters...
[pub/USBasp.git] / Projects / MissileLauncher / ConfigDescriptor.h
index df21702..4df31f1 100644 (file)
                #include "MissileLauncher.h"
                
        /* Macros: */
-               /** Interface Class value for the Human Interface Device class */
+               /** Interface Class value for the Human Interface Device class. */
                #define HID_CLASS                 0x03
 
        /* Enums: */
-               /** Enum for the possible return codes of the ProcessConfigurationDescriptor() function. */
+               /** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */
                enum GenericHIDHost_GetConfigDescriptorDataCodes_t
                {
                        SuccessfulConfigRead            = 0, /**< Configuration Descriptor was processed successfully */