Added start of a low level device Test and Measurement class demo (thanks to Peter Lawrence).
This commit is contained in:
parent
e6f37221fa
commit
ac0ece0141
9 changed files with 1238 additions and 3 deletions
|
@ -115,7 +115,6 @@ void EVENT_USB_Device_ConfigurationChanged(void)
|
|||
|
||||
void EVENT_USB_Device_UnhandledControlRequest(void)
|
||||
{
|
||||
/* Process UFI specific control requests */
|
||||
switch (USB_ControlRequest.bRequest)
|
||||
{
|
||||
case REQ_GetOSFeatureDescriptor:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue