Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems with...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / ConfigDescriptor.h
index dce7de7..6f5bbc4 100644 (file)
@@ -96,7 +96,7 @@
 \r
                        /** Returns the descriptor's type, expressed as the 8-bit type value in the header of the descriptor.\r
                         *  This value's meaning depends on the descriptor's placement in the descriptor, but standard type\r
-                        *  values can be accessed in the DescriptorTypes_t enum located in USB/HighLevel/StdDescriptors.h.\r
+                        *  values can be accessed in the \ref USB_DescriptorTypes_t enum.\r
                         */\r
                        #if defined(USE_NONSTANDARD_DESCRIPTOR_NAMES) || defined(__DOXYGEN__)\r
                                #define DESCRIPTOR_TYPE(DescriptorPtr)    DESCRIPTOR_CAST(DescriptorPtr, USB_Descriptor_Header_t).Type\r