Add new "checksource" target to the library makefiles, for automated source file...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / ConfigDescriptor.c
index a7f4d3b..35a0199 100644 (file)
@@ -118,7 +118,7 @@ void USB_GetNextDescriptorOfTypeAfter(uint16_t* const BytesRem,
 
 uint8_t USB_GetNextDescriptorComp(uint16_t* const BytesRem,
                                   void** const CurrConfigLoc,
-                                  const ConfigComparatorPtr_t const ComparatorRoutine)
+                                  ConfigComparatorPtr_t const ComparatorRoutine)
 {
        uint8_t ErrorCode;