Merge pull request #3317 from Cacodemon345/usb-work

usb: Increment HcFmNumber in EOF function
This commit is contained in:
Miran Grča
2023-05-06 21:52:09 +02:00
committed by GitHub
2 changed files with 13 additions and 1 deletions

View File

@@ -76,6 +76,15 @@ typedef struct
} usb_desc_conf_t;
#pragma pack(pop)
typedef struct
{
uint32_t HccaInterrruptTable[32];
uint16_t HccaFrameNumber;
uint16_t HccaPad1;
uint32_t HccaDoneHead;
uint32_t Reserved[29];
} usb_hcca_t;
/* USB endpoint device struct. Incomplete and unused. */
typedef struct
{