Skip to content

Commit 13dcceb

Browse files
committed
[bl] fix failed usb set_interface answer
1 parent e1c9e64 commit 13dcceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootloaders/zero/sam_ba_usb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ void sam_ba_usb_CDC_Enumerate(P_USB_CDC pCdc)
292292
}
293293
break;
294294

295+
case STD_SET_INTERFACE:
295296
case STD_CLEAR_FEATURE_ZERO:
296297
/* Stall the request */
297298
USB_SendStall(pUsb, true);

0 commit comments

Comments
 (0)