Skip to content
Discussion options

You must be logged in to vote

Thanks! I'll go ahead and do that. Modifying the existing Vendor Device code was straightforward enough - just literally commenting out the following in vendor_device.c. As always, thanks for a fantastic library.


  p_vendor->itf_num = itf_desc->bInterfaceNumber;

  // Prepare for incoming data
  if ( !usbd_edpt_xfer(rhport, p_vendor->ep_out, p_vendor->epout_buf, sizeof(p_vendor->epout_buf)) )
  {
    TU_LOG1_FAILED();
    TU_BREAKPOINT();
  }`

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hathach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants