Skip to content
Snippets Groups Projects
Unverified Commit 13dcceb0 authored by Thibaut VIARD's avatar Thibaut VIARD
Browse files

[bl] fix failed usb set_interface answer

parent e1c9e646
No related merge requests found
......@@ -292,6 +292,7 @@ void sam_ba_usb_CDC_Enumerate(P_USB_CDC pCdc)
}
break;
case STD_SET_INTERFACE:
case STD_CLEAR_FEATURE_ZERO:
/* Stall the request */
USB_SendStall(pUsb, true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment