Don't fail Doxygen on versions built without various features.
[pub/USBasp.git] / Projects / MissileLauncher / ConfigDescriptor.c
index d864670..a90e255 100644 (file)
@@ -82,7 +82,7 @@ uint8_t ProcessConfigurationDescriptor(void)
 
                        /* Get the next HID interface from the configuration descriptor */
                        if (USB_GetNextDescriptorComp(&CurrConfigBytesRem, &CurrConfigLocation,
-                                                                                 DComp_NextHIDInterface) != DESCRIPTOR_SEARCH_COMP_Found)
+                                                     DComp_NextHIDInterface) != DESCRIPTOR_SEARCH_COMP_Found)
                        {
                                /* Descriptor not found, error out */
                                return NoCompatibleInterfaceFound;