From 82eaac47c73621cc42ea6f40ffca2118e764a3ae Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 7 Jan 2012 17:46:07 +0100 Subject: DFU: manage interface altsettings inside DFU core --- usb/device/dfu/dfu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb/device/dfu/dfu.h') diff --git a/usb/device/dfu/dfu.h b/usb/device/dfu/dfu.h index bf07d43..5ca1baf 100644 --- a/usb/device/dfu/dfu.h +++ b/usb/device/dfu/dfu.h @@ -130,7 +130,7 @@ extern int USBDFU_handle_upload(uint8_t altif, unsigned int offset, void USBDFU_Runtime_RequestHandler(const USBGenericRequest *request); void USBDFU_DFU_RequestHandler(const USBGenericRequest *request); -void USBDFU_Initialize(const USBDDriverDescriptors *pDescriptors, unsigned char *pInterfaces); +void USBDFU_Initialize(const USBDDriverDescriptors *pDescriptors); #define DFU_RET_NOTHING 0 #define DFU_RET_ZLP 1 -- cgit v1.2.3