Extend USB_GetDeviceConfigDescriptor() routine to require the configuration number within the device to fetch, to add support for multi-configuration devices.
This commit is contained in:
parent
0d8679cf6b
commit
dfa547164a
17 changed files with 49 additions and 40 deletions
|
@ -82,6 +82,7 @@
|
|||
|
||||
/* Function Prototypes: */
|
||||
void Keyboard_HID_Task(void);
|
||||
void SetupHardware(void);
|
||||
|
||||
void EVENT_USB_HostError(const uint8_t ErrorCode);
|
||||
void EVENT_USB_DeviceAttached(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue