forked from mirror/qmk_firmware
Oops - revert commit of an incomplete port of the AVRISP-MKII project.
This commit is contained in:
@@ -37,18 +37,11 @@
|
||||
#define _DESCRIPTORS_H_
|
||||
|
||||
/* Includes: */
|
||||
#include <LUFA/Common/Common.h>
|
||||
#include <avr/pgmspace.h>
|
||||
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
||||
#if (ARCH == ARCH_AVR8)
|
||||
#include <avr/pgmspace.h>
|
||||
#endif
|
||||
|
||||
/* Macros: */
|
||||
#if (ARCH == ARCH_UC3) // TODO: FIXME
|
||||
#define PROGMEM const
|
||||
#endif
|
||||
|
||||
#if !defined(LIBUSB_DRIVER_COMPAT)
|
||||
/** Endpoint number of the AVRISP data OUT endpoint. */
|
||||
#define AVRISP_DATA_OUT_EPNUM 2
|
||||
@@ -77,7 +70,7 @@
|
||||
USB_Descriptor_Interface_t AVRISP_Interface;
|
||||
USB_Descriptor_Endpoint_t AVRISP_DataInEndpoint;
|
||||
USB_Descriptor_Endpoint_t AVRISP_DataOutEndpoint;
|
||||
} ATTR_PACKED USB_Descriptor_Configuration_t;
|
||||
} USB_Descriptor_Configuration_t;
|
||||
|
||||
/* Function Prototypes: */
|
||||
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
||||
|
||||
Reference in New Issue
Block a user