remove sent_setup from hw endpoint

This commit is contained in:
hathach
2021-06-13 15:27:20 +07:00
parent 289ccf3c93
commit 1af64f9729
3 changed files with 20 additions and 20 deletions

View File

@@ -55,13 +55,14 @@ struct hw_endpoint
// Data needed from EP descriptor
uint16_t wMaxPacketSize;
// Interrupt, bulk, etc
uint8_t transfer_type;
#if TUSB_OPT_HOST_ENABLED
// Only needed for host
uint8_t dev_addr;
bool sent_setup;
// If interrupt endpoint
uint8_t interrupt_num;
#endif