Rename MCU
This commit is contained in:
parent
ed2925a961
commit
64a01bef05
75 changed files with 4 additions and 4 deletions
|
|
@ -1,20 +0,0 @@
|
|||
#include "usb_vendor.h"
|
||||
|
||||
void USBVendor_HandleDeviceSetup(USB_SetupPacket_t *sp,
|
||||
const void **reply_data, int *reply_length, uint8_t *reply_response)
|
||||
{
|
||||
USBVendor_Command_t command = sp->bRequest;
|
||||
|
||||
*reply_data = NULL;
|
||||
*reply_length = 0;
|
||||
|
||||
switch(command)
|
||||
{
|
||||
case USB_VENDOR_COMMAND_NOP:
|
||||
*reply_response = USB_EP_TX_VALID;
|
||||
break;
|
||||
|
||||
default:
|
||||
*reply_response = USB_EP_TX_STALL;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue