#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
} 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