Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage class...
[pub/USBasp.git] / Projects / XPLAINBridge / AVRISPDescriptors.h
index 7f19019..9700351 100644 (file)
@@ -42,7 +42,7 @@
                #include <LUFA/Drivers/USB/USB.h>
 
        /* Macros: */
-               #if !defined(LIBUSB_FILTERDRV_COMPAT)
+               #if !defined(LIBUSB_DRIVER_COMPAT)
                        /** Endpoint number of the AVRISP data OUT endpoint. */
                        #define AVRISP_DATA_OUT_EPNUM      2
 
@@ -73,6 +73,8 @@
                } AVRISP_USB_Descriptor_Configuration_t;
 
        /* Function Prototypes: */
-               uint16_t AVRISP_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress);
+               uint16_t AVRISP_GetDescriptor(const uint16_t wValue,
+                                             const uint8_t wIndex,
+                                             void** const DescriptorAddress);
 
 #endif