summaryrefslogtreecommitdiffstats
path: root/app/dfu.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/dfu.c')
-rw-r--r--app/dfu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dfu.c b/app/dfu.c
index cc89d4e..8a4a3cc 100644
--- a/app/dfu.c
+++ b/app/dfu.c
@@ -21,7 +21,7 @@ const struct usb_interface_descriptor dfu_iface = {
.bInterfaceClass = 0xFE,
.bInterfaceSubClass = 1,
.bInterfaceProtocol = 1,
- .iInterface = 6,
+ .iInterface = 7,
.extra = &dfu_function,
.extralen = sizeof (dfu_function),