Split HIDReportViewer project sub-components into seperate functions for readability/convenience.
This commit is contained in:
parent
ea3b5c7423
commit
dab7e06a4a
2 changed files with 103 additions and 70 deletions
|
@ -69,6 +69,9 @@
|
|||
|
||||
/* Function Prototypes: */
|
||||
void SetupHardware(void);
|
||||
void OutputReportSizes(void);
|
||||
void OutputParsedReportItems(void);
|
||||
void OutputCollectionPath(const HID_CollectionPath_t* const CollectionPath);
|
||||
|
||||
void EVENT_USB_Host_HostError(const uint8_t ErrorCode);
|
||||
void EVENT_USB_Host_DeviceAttached(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue